9#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
39@property(nullable, nonatomic, copy) NSString *
body;
44@property(nullable, nonatomic, copy) NSString *
extension;
49@property(nonatomic, assign) NSInteger
status;
NIMQChatSystemNotificationType
Definition: NIMQChatDefs.h:68
Definition: NIMQChatUpdateParam.h:13
Definition: NIMQChatUpdateSystemNotificationParam.h:20
unsigned long long msgServerId
Definition: NIMQChatUpdateSystemNotificationParam.h:29
NIMQChatSystemNotificationType notificationType
Definition: NIMQChatUpdateSystemNotificationParam.h:34
NIMQChatUpdateParam * updateParam
Definition: NIMQChatUpdateSystemNotificationParam.h:24
NSInteger status
Definition: NIMQChatUpdateSystemNotificationParam.h:49
NSString * extension
Definition: NIMQChatUpdateSystemNotificationParam.h:44
NSString * body
Definition: NIMQChatUpdateSystemNotificationParam.h:39