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

Public Member Functions

 TextBody (string text)

Public Attributes

string Text
List< string > TargetLanguages
Dictionary< string, string > Translations
Public Attributes inherited from AgoraChat.IMessageBody
MessageBodyType Type

Additional Inherited Members

Properties inherited from AgoraChat.IMessageBody
long OperationTime [get, set]
string OperatorId [get, set]
long OperationCount [get, set]

Detailed Description

The text message body.

Constructor & Destructor Documentation

◆ TextBody()

AgoraChat.MessageBody.TextBody.TextBody ( string text)

The text message constructor.

Parameters
textThe text message body.

Member Data Documentation

◆ Text

string AgoraChat.MessageBody.TextBody.Text

The text message content.

◆ TargetLanguages

List<string> AgoraChat.MessageBody.TextBody.TargetLanguages

Target languages.

◆ Translations

Dictionary<string, string> AgoraChat.MessageBody.TextBody.Translations

Target languages and translations.