Chat SDK for Unity and Windows v1.3.1
Public Attributes | Properties | List of all members
AgoraChat.RecallMessageInfo Class Reference
Inheritance diagram for AgoraChat.RecallMessageInfo:

Public Attributes

Message RecallMessage
 

Properties

string RecallBy [get]
 
string RecallMessageId [get]
 
string Ext [get]
 
string ConversationId [get]
 

Detailed Description

The message recall information object.

Member Data Documentation

◆ RecallMessage

Message AgoraChat.RecallMessageInfo.RecallMessage

The recalled message. The value of this property is nil if the recipient is offline during message recall.

Property Documentation

◆ RecallBy

string AgoraChat.RecallMessageInfo.RecallBy
get

The user that recalls the message.

◆ RecallMessageId

string AgoraChat.RecallMessageInfo.RecallMessageId
get

The ID of the recalled message.

◆ Ext

string AgoraChat.RecallMessageInfo.Ext
get

The information to be transparently transmitted during message recall.

◆ ConversationId

string AgoraChat.RecallMessageInfo.ConversationId
get

The conversation ID which the message recalled belongs to.