IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMMessageReaction

Public Member Functions

 V2TIMMessageReaction ()
 
 V2TIMMessageReaction (const V2TIMMessageReaction &)
 
V2TIMMessageReactionoperator= (const V2TIMMessageReaction &)
 
 ~V2TIMMessageReaction ()
 

Data Fields

V2TIMString reactionID
 
uint32_t totalUserCount
 
V2TIMUserInfoVector partialUserList
 
bool reactedByMyself
 

Constructor & Destructor Documentation

◆ V2TIMMessageReaction() [1/2]

◆ V2TIMMessageReaction() [2/2]

◆ ~V2TIMMessageReaction()

Member Function Documentation

◆ operator=()

V2TIMMessageReaction& operator= ( const V2TIMMessageReaction )

Field Documentation

◆ reactionID

V2TIMString reactionID

Message reaction id.

◆ totalUserCount

uint32_t totalUserCount

The total count of users which have added reaction with the same ID to a message.

◆ partialUserList

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.

◆ reactedByMyself

bool reactedByMyself

Whether I have used this reaction.