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

Properties

NSString * reactionID
 
uint32_t totalUserCount
 
NSArray< V2TIMUserInfo * > * partialUserList
 
BOOL reactedByMyself
 

Property Documentation

◆ reactionID

- (NSString*) reactionID
readnonatomicstrong

Message reaction id.

◆ totalUserCount

- (uint32_t) totalUserCount
readnonatomicassign

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

◆ partialUserList

- (NSArray<V2TIMUserInfo *>*) partialUserList
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.

◆ reactedByMyself

- (BOOL) reactedByMyself
readnonatomicassign

Whether I have used this reaction.