Chat SDK for Unity and Windows v1.2.0
Public Member Functions | Public Attributes | List of all members
AgoraChat.MessageBody.CombineBody Class Reference
Inheritance diagram for AgoraChat.MessageBody.CombineBody:
AgoraChat.IMessageBody

Public Member Functions

 CombineBody (string title, string summary, string compatibleText, List< string > messageList)
 

Public Attributes

string Title
 
string Summary
 
string CompatibleText
 
List< string > MessageList
 
- 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 body of the combined message.

Constructor & Destructor Documentation

◆ CombineBody()

AgoraChat.MessageBody.CombineBody.CombineBody ( string  title,
string  summary,
string  compatibleText,
List< string >  messageList 
)

The constructor of the combined message body.

Parameters
titleThe title of the combined message.
summaryThe summary of the combined message.
messageListThe list of IDs of original messages included in the combined message.

Member Data Documentation

◆ Title

string AgoraChat.MessageBody.CombineBody.Title

The title of the combined message.

◆ Summary

string AgoraChat.MessageBody.CombineBody.Summary

The summary of the combined message.

◆ CompatibleText

string AgoraChat.MessageBody.CombineBody.CompatibleText

The compatible text of the combined message.

◆ MessageList

List<string> AgoraChat.MessageBody.CombineBody.MessageList

The list of original messages included in the combined message.