queryMessageReactionUserList abstract method

Available sinces: 2.10.0 and above.

Detail description: This method is used to query specific user information under a certain state of a message.

Use cases: When it is necessary to obtain specific user information under a certain state of a message, this interface can be called to query state user messages in a paginated manner.

Restrictions: You can only use it after logging in. And only supports message statements for single chat and group chat

Implementation

Future<ZIMMessageReactionUserListQueriedResult> queryMessageReactionUserList (
    ZIMMessage message, ZIMMessageReactionUsersQueryConfig config);