NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatUpdateMessageInfo类 参考

#import <NIMQChatUpdateMessageInfo.h>

类 NIMQChatUpdateMessageInfo 继承关系图:

属性

NSInteger status
 
NSString * text
 
NSDictionary * remoteExt
 
NIMQChatMessageAntispamSettingantispamSetting
 
NSNumber * subType
 

详细描述

更新内容

属性说明

◆ antispamSetting

- (NIMQChatMessageAntispamSetting*) antispamSetting
readwritenonatomiccopy

反垃圾设置 @discussion 选填

◆ remoteExt

- (NSDictionary*) remoteExt
readwritenonatomiccopy

服务器扩展 @discussion 选填,上层需要保证 NSDictionary 可以转换为 JSON

◆ status

- (NSInteger) status
readwritenonatomicassign

消息状态 @discussion 选填,仅允许设置状态值大于NIMQChatMessageStatusCustom

◆ subType

- (NSNumber*) subType
readwritenonatomiccopy

消息子类型 @discussion 选填

◆ text

- (NSString*) text
readwritenonatomiccopy

消息文本 @discussion 选填


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