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

String getReactionID ()
 
int getTotalUserCount ()
 
List< V2TIMUserInfogetPartialUserList ()
 
boolean getReactedByMyself ()
 
String toString ()
 

Member Function Documentation

◆ getReactionID()

String getReactionID ( )
inline

Get message reaction id

◆ getTotalUserCount()

int getTotalUserCount ( )
inline

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

◆ getPartialUserList()

List<V2TIMUserInfo> getPartialUserList ( )
inline

Get the partial user list which have added reaction with the same ID to a message The total count of users depends on the maxUserCountPerReaction value set when calling the getMessageReactions interface

◆ getReactedByMyself()

boolean getReactedByMyself ( )
inline

Whether I have used this reaction

◆ toString()

String toString ( )
inline