Chat SDK for Unity and Windows v1.2.0
|
Public Attributes | |
string | ConversationId |
string | MessageId |
List< MessageReaction > | ReactionList |
List< MessageReactionOperation > | OperationList |
The message Reaction change entity class.
string AgoraChat.MessageReactionChange.ConversationId |
The conversation ID to which the Reaction belongs.
string AgoraChat.MessageReactionChange.MessageId |
The ID of the parent message of the Reaction.
List<MessageReaction> AgoraChat.MessageReactionChange.ReactionList |
The Reaction list.
List<MessageReactionOperation> AgoraChat.MessageReactionChange.OperationList |
The Reaction operation list.