Chat SDK for Unity and Windows v1.3.1
Public 成员函数 | Public 属性 | 所有成员列表
AgoraChat.MessageBody.CombineBody类 参考
类 AgoraChat.MessageBody.CombineBody 继承关系图:
AgoraChat.IMessageBody

Public 成员函数

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

Public 属性

string Title
 
string Summary
 
string CompatibleText
 
List< string > MessageList
 
- Public 属性 继承自 AgoraChat.IMessageBody
MessageBodyType Type
 

额外继承的成员函数

- 属性 继承自 AgoraChat.IMessageBody
long OperationTime [get, set]
 
string OperatorId [get, set]
 
long OperationCount [get, set]
 

详细描述

合并消息体。

构造及析构函数说明

◆ CombineBody()

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

合并消息体构造方法。

参数
title合并消息的标题。
summary合并消息的概要。
compatibleText合并消息的兼容信息。
messageList合并消息包含的原始消息 ID 列表。

类成员变量说明

◆ Title

string AgoraChat.MessageBody.CombineBody.Title

合并消息的标题。

◆ Summary

string AgoraChat.MessageBody.CombineBody.Summary

合并消息的概要。

◆ CompatibleText

string AgoraChat.MessageBody.CombineBody.CompatibleText

合并消息的兼容文本信息。

◆ MessageList

List<string> AgoraChat.MessageBody.CombineBody.MessageList

合并消息包含的原始消息 ID 列表。