userList property

List<String> userList
final

The list of users that added this Reaction

Note To get the entire list of users adding this Reaction, you can call ChatManager.fetchReactionDetail which returns the user list with pagination. Other methods like ChatMessage.reactionList, ChatManager.fetchReactionList or ChatEventHandler.onMessageReactionDidChange can get the first three users.

Implementation

final List<String> userList;