get Message Count By Time Range
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
会话 ID
conversation Type
会话类型,支持单聊、群聊、超级群、聊天室会话类型
start Time
开始时间
end Time
结束时间
callback
回调结果