9#import <Foundation/Foundation.h>
13@protocol NIMQChatSystemNotificationAttachment;
15NS_ASSUME_NONNULL_BEGIN
37@property(nonatomic, assign, readonly)
unsigned long long serverId;
42@property(nonatomic, assign, readonly)
unsigned long long channelId;
47@property(nullable, nonatomic, copy, readonly) NSArray<NSString *> *
toAccids;
67@property(nullable, nonatomic, copy) NSString *
fromNick;
72@property(nonatomic, assign) NSTimeInterval
time;
98@property(nullable, nonatomic, copy) NSString *
body;
103@property(nullable, nonatomic, copy) id<NIMQChatSystemNotificationAttachment>
attach;
108@property(nullable, nonatomic, copy) NSString *
ext;
113@property(nonatomic, assign) NSInteger
status;
135@property (nullable, nonatomic, copy) NSString *
env;
NIMQChatSystemNotificationType
Definition: NIMQChatDefs.h:68
NIMQChatSystemNotificationToType
Definition: NIMQChatDefs.h:240
NIMQChatSystemNotificationStatus
Definition: NIMQChatSystemNotification.h:17
@ NIMQChatSystemNotificationStatusNormal
Definition: NIMQChatSystemNotification.h:21
Definition: NIMQChatSystemNotification.h:27
NSArray< NSString * > * toAccids
Definition: NIMQChatSystemNotification.h:47
NSString * body
Definition: NIMQChatSystemNotification.h:98
NIMQChatSystemNotificationType type
Definition: NIMQChatSystemNotification.h:83
NSString * pushContent
Definition: NIMQChatSystemNotification.h:124
unsigned long long messageServerID
Definition: NIMQChatSystemNotification.h:93
NSString * fromDeviceId
Definition: NIMQChatSystemNotification.h:62
NSString * callbackExt
Definition: NIMQChatSystemNotification.h:140
NIMQChatSystemNotificationToType toType
Definition: NIMQChatSystemNotification.h:32
NSInteger status
Definition: NIMQChatSystemNotification.h:113
NSString * fromAccount
Definition: NIMQChatSystemNotification.h:52
unsigned long long channelId
Definition: NIMQChatSystemNotification.h:42
NSString * messageClientId
Definition: NIMQChatSystemNotification.h:88
unsigned long long serverId
Definition: NIMQChatSystemNotification.h:37
NSInteger fromClientType
Definition: NIMQChatSystemNotification.h:57
id< NIMQChatSystemNotificationAttachment > attach
Definition: NIMQChatSystemNotification.h:103
NSString * pushPayload
Definition: NIMQChatSystemNotification.h:119
NSString * env
Definition: NIMQChatSystemNotification.h:135
NIMQChatSystemNotificationSetting * setting
Definition: NIMQChatSystemNotification.h:130
NSString * ext
Definition: NIMQChatSystemNotification.h:108
NSTimeInterval time
Definition: NIMQChatSystemNotification.h:72
NSTimeInterval updateTime
Definition: NIMQChatSystemNotification.h:77
NSString * fromNick
Definition: NIMQChatSystemNotification.h:67
Definition: NIMQChatSystemNotificationSetting.h:15