AgoraChat SDK for Unity and Windows v1.4.0
Loading...
Searching...
No Matches
AgoraChat.MessageReactionChange Class Reference
Inheritance diagram for AgoraChat.MessageReactionChange:

Public Attributes

string ConversationId
string MessageId
List< MessageReactionReactionList
List< MessageReactionOperationOperationList

Detailed Description

The message Reaction change entity class.

Member Data Documentation

◆ ConversationId

string AgoraChat.MessageReactionChange.ConversationId

The conversation ID to which the Reaction belongs.

◆ MessageId

string AgoraChat.MessageReactionChange.MessageId

The ID of the parent message of the Reaction.

◆ ReactionList

List<MessageReaction> AgoraChat.MessageReactionChange.ReactionList

The Reaction list.

◆ OperationList

List<MessageReactionOperation> AgoraChat.MessageReactionChange.OperationList

The Reaction operation list.