getMessageCountByTimeRange

public abstract void getMessageCountByTimeRange(String targetId, ConversationType conversationType, long startTime, long endTime, IRongCoreCallback.ResultCallback<Integer> callback)

获取某个会话某段时间范围内的消息数量,如果为超级群则需获取所有 channel id 的消息数量

Since

5.6.4

Parameters

targetId

会话 ID

conversationType

会话类型,支持单聊、群聊、超级群、聊天室会话类型

startTime

开始时间

endTime

结束时间

callback

回调结果