Public Member Functions | |
V2TIMMessageReaction () | |
V2TIMMessageReaction (const V2TIMMessageReaction &) | |
V2TIMMessageReaction & | operator= (const V2TIMMessageReaction &) |
~V2TIMMessageReaction () | |
Data Fields | |
V2TIMString | reactionID |
uint32_t | totalUserCount |
V2TIMUserInfoVector | partialUserList |
bool | reactedByMyself |
V2TIMMessageReaction | ( | const V2TIMMessageReaction & | ) |
~V2TIMMessageReaction | ( | ) |
V2TIMMessageReaction& operator= | ( | const V2TIMMessageReaction & | ) |
V2TIMString reactionID |
Message reaction id.
uint32_t totalUserCount |
The total count of users which have added reaction with the same ID to a message.
V2TIMUserInfoVector partialUserList |
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.
bool reactedByMyself |
Whether I have used this reaction.