9#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
33@property (nonatomic, copy) NSString *
text;
47@property(nullable, nonatomic, copy) NSString *operatorAccid;
52@property(nonatomic, assign) NSInteger operatorClientType;
57@property(nullable, nonatomic, copy) NSString *postscript;
62@property(nullable, nonatomic, copy) NSString *extension;
67@property(nullable, nonatomic, copy) NSString *pushContent;
72@property(nullable, nonatomic, copy) NSString *pushPayload;
NIMQChatMessageStatus
Definition: NIMQChatMessage.h:25
Definition: NIMQChatMessage.h:55
Definition: NIMQChatMessageUpdateContent.h:19
NIMQChatMessageStatus status
Definition: NIMQChatMessageUpdateContent.h:23
NSString * remoteExt
Definition: NIMQChatMessageUpdateContent.h:28
NSString * text
Definition: NIMQChatMessageUpdateContent.h:33
Definition: NIMQChatMessageUpdateContent.h:43