Properties | |
| NSString * | reactionID |
| uint32_t | totalUserCount |
| NSArray< V2TIMUserInfo * > * | partialUserList |
| BOOL | reactedByMyself |
|
readnonatomicstrong |
Message reaction id.
|
readnonatomicassign |
The total count of users which have added reaction with the same ID to a message.
|
readnonatomicstrong |
The partial user list which have added reaction with the same ID to a message. The count of users depends on the maxUserCountPerReaction value set when calling the getMessageReactions interface.
|
readnonatomicassign |
Whether I have used this reaction.