getUltraGroupUnreadMentionedDigests

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

targetId

The ID of the ultra group conversation.

channelId

The business identifier of the conversation to which the message belongs.

sendTime

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.