9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
22@property(nonatomic, assign) NSInteger
status;
28@property(nullable, nonatomic, copy) NSString *
text;
34@property(nullable, nonatomic, copy) NSDictionary *
remoteExt;
46@property (nullable, nonatomic, copy) NSNumber *
subType;
Definition: NIMQChatMessageAntispamSetting.h:16
Definition: NIMQChatUpdateMessageInfo.h:17
NIMQChatMessageAntispamSetting * antispamSetting
Definition: NIMQChatUpdateMessageInfo.h:40
NSDictionary * remoteExt
Definition: NIMQChatUpdateMessageInfo.h:34
NSInteger status
Definition: NIMQChatUpdateMessageInfo.h:22
NSString * text
Definition: NIMQChatUpdateMessageInfo.h:28
NSNumber * subType
Definition: NIMQChatUpdateMessageInfo.h:46