get
  public abstract void getMessageCountByTimeRange(String targetId, ConversationType conversationType, long startTime, long endTime, IRongCoreCallback.ResultCallback<Integer> callback)
获取某个会话某段时间范围内的消息数量,如果为超级群则需获取所有 channel id 的消息数量
Since
5.6.4
Parameters
target
会话 ID
conversation
会话类型,支持单聊、群聊、超级群、聊天室会话类型
start
开始时间
end
结束时间
callback
回调结果