userList property
~english 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.
~end
~chinese 添加了指定 Reaction 的用户列表。 ~end
Implementation
final List<String> userList;