get Ultra Group Unread Mentioned Digests
public abstract void getUltraGroupUnreadMentionedDigests(String targetId, String channelId, long sendTime, int count, IRongCoreCallback.ResultCallback<List<MessageDigestInfo>> callback)
Fetches the list of unread mention message digests for ultra group conversations.
Since
5.2.5
Parameters
target Id
The ID of the ultra group conversation.
channel Id
The business identifier of the conversation to which the message belongs.
send Time
The timestamp when the message was sent [0 indicates querying from the first message].
count
The number of messages to query [0 - 50]. Exceeding this range will trigger the INVALID_PARAMETER_COUNT error code.
callback
The callback for fetching the list of unread mention message digests for ultra group conversations.