get Unread Mentioned Messages
Retrieves unread mention messages in a conversation.
Since
5.0.0
Parameters
Specifies the type of conversation.
Represents the conversation ID. Depending on the conversationType, it could be a user ID, discussion group ID, or group ID.
Callback for retrieving unread mention messages. The returned message list in the callback is ordered chronologically from oldest to newest.
Retrieves unread mention messages in a conversation.
Since
5.2.5
Parameters
Specifies the type of conversation.
Represents the conversation ID. Depending on the conversationType, it could be a user ID, discussion group ID, or group ID.
Maximum number of @
messages.
true
fetches the latest count
pieces of data, and false
fetches the oldest count
pieces of data.
Callback for getting unread @
messages. The message list returned in the callback is sorted from oldest to newest in chronological order.