ShengwangChatSDK 1.3.2
构造函数 | 属性 | 所有成员列表
AgoraChatMessageBody类 参考

#import <AgoraChatMessageBody.h>

类 AgoraChatMessageBody 继承关系图:
AgoraChatCmdMessageBody AgoraChatCustomMessageBody AgoraChatFileMessageBody AgoraChatLocationMessageBody AgoraChatTextMessageBody AgoraChatCombineMessageBody AgoraChatImageMessageBody AgoraChatVideoMessageBody AgoraChatVoiceMessageBody

构造函数

(instancetype _Nonnull) - NS_UNAVAILABLE
 

属性

AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

详细描述

The message body.

属性说明

◆ operationTime

- (NSUInteger) operationTime
readnonatomicassign

Get the UNIX timestamp of the last message modification, in milliseconds.

◆ operatorCount

- (NSUInteger) operatorCount
readnonatomicassign

Get the number of times a message is modified.

◆ operatorId

- (NSString*) operatorId
readnonatomicassign

Get the user ID of the operator that modified the message last time.

◆ type

- (AgoraChatMessageBodyType) type
readnonatomicassign

The message body type.


该类的文档由以下文件生成: