Chat SDK for Unity and Windows v1.2.0
Public Attributes | Properties | List of all members
AgoraChat.IMessageBody Class Reference
Inheritance diagram for 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 Attributes

MessageBodyType Type
 

Properties

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

Property Documentation

◆ OperationTime

long AgoraChat.IMessageBody.OperationTime
getset

The UNIX timestamp of the last message modification, in milliseconds (readonly).

◆ OperatorId

string AgoraChat.IMessageBody.OperatorId
getset

The user ID of the operator that modified the message last time (readonly).

◆ OperationCount

long AgoraChat.IMessageBody.OperationCount
getset

The number of times a message is modified (readonly).