NIMQChatUpdateMessageInfo Class Reference

Inherits from NSObject
Declared in NIMQChatUpdateMessageInfo.h

Overview

更新内容

  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