NIMQChatUpdateMessageInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMQChatUpdateMessageInfo.h |
status
消息状态
@property (nonatomic, assign) NSInteger status
Discussion
消息状态
选填,仅允许设置状态值大于NIMQChatMessageStatusCustom
Declared In
NIMQChatUpdateMessageInfo.h
text
消息文本
@property (nullable, nonatomic, copy) NSString *text
Discussion
消息文本
选填
Declared In
NIMQChatUpdateMessageInfo.h
remoteExt
服务器扩展
@property (nullable, nonatomic, copy) NSDictionary *remoteExt
Discussion
服务器扩展
选填,上层需要保证 NSDictionary 可以转换为 JSON
Declared In
NIMQChatUpdateMessageInfo.h
antispamSetting
反垃圾设置
@property (nullable, nonatomic, copy) NIMQChatMessageAntispamSetting *antispamSetting
Discussion
反垃圾设置
选填
Declared In
NIMQChatUpdateMessageInfo.h
subType
消息子类型
@property (nullable, nonatomic, copy) NSNumber *subType
Discussion
消息子类型
选填
Declared In
NIMQChatUpdateMessageInfo.h