getUltraGroupUnreadMentionedDigests
public abstract void getUltraGroupUnreadMentionedDigests( String targetId, String channelId, long sendTime, int count, IRongCoreCallback.ResultCallback<List<MessageDigestInfo>> callback)
获取超级群会话类型未读的@消息摘要列表接口
Since
5.2.5
Parameters
targetId
超级群会话 ID
channelId
消息所属会话的业务标识。
sendTime
消息发送的时间[0代表从第一条开始查询]
count
查询数量 [0 - 50],超过范围上报 INVALID_PARAMETER_COUNT 错误码
callback
获取超级群会话类型未读的@消息摘要列表接口回调