Chat SDK for Unity and Windows v1.3.1
Public 属性 | 属性 | 所有成员列表
AgoraChat.IMessageBody类 参考
类 AgoraChat.IMessageBody 继承关系图:
AgoraChat.MessageBody.CmdBody AgoraChat.MessageBody.CombineBody AgoraChat.MessageBody.CustomBody AgoraChat.MessageBody.FileBody AgoraChat.MessageBody.LocationBody AgoraChat.MessageBody.TextBody AgoraChat.MessageBody.ImageBody AgoraChat.MessageBody.VideoBody AgoraChat.MessageBody.VoiceBody

Public 属性

MessageBodyType Type
 

属性

long OperationTime [get, set]
 
string OperatorId [get, set]
 
long OperationCount [get, set]
 

属性说明

◆ OperationTime

long AgoraChat.IMessageBody.OperationTime
getset

最后一次消息修改的 UNIX 时间戳,单位为毫秒(只读)。

◆ OperatorId

string AgoraChat.IMessageBody.OperatorId
getset

最后一次消息修改的操作者的用户 ID(只读)。

◆ OperationCount

long AgoraChat.IMessageBody.OperationCount
getset

消息发送后的修改次数(只读)。