|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| CombineBody (string title, string summary, string compatibleText, List< string > messageList) | |
Public Attributes | |
| string | Title |
| string | Summary |
| string | CompatibleText |
| List< string > | MessageList |
Additional Inherited Members |
The body of the combined message.
| AgoraChat.MessageBody.CombineBody.CombineBody | ( | string | title, |
| string | summary, | ||
| string | compatibleText, | ||
| List< string > | messageList | ||
| ) |
The constructor of the combined message body.
| title | The title of the combined message. |
| summary | The summary of the combined message. |
| messageList | The list of IDs of original messages included in the combined message. |
| string AgoraChat.MessageBody.CombineBody.Title |
The title of the combined message.
| string AgoraChat.MessageBody.CombineBody.Summary |
The summary of the combined message.
| string AgoraChat.MessageBody.CombineBody.CompatibleText |
The compatible text of the combined message.
| List<string> AgoraChat.MessageBody.CombineBody.MessageList |
The list of original messages included in the combined message.