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