9#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
32@property(nonatomic, assign, readonly)
unsigned long long serverId;
37@property(nonatomic, assign, readonly)
unsigned long long channelId;
42@property(nullable, nonatomic, copy, readonly) NSArray<NSString *> *
toAccids;
47@property(nullable, nonatomic, copy) NSString *
body;
52@property(nullable, nonatomic, copy) NSDictionary *
attach;
57@property(nullable, nonatomic, copy) NSString *
ext;
72@property (nullable, nonatomic, copy) NSString *
env;
80- (instancetype)initWithServerId:(
unsigned long long)serverId;
82- (instancetype)initWithServerId:(
unsigned long long)serverId
83 channelId:(
unsigned long long)channelId;
85- (instancetype)initWithServerId:(
unsigned long long)serverId
86 toAccids:(NSArray<NSString *> *)toAccids;
88- (instancetype)initWithServerId:(
unsigned long long)serverId
89 channelId:(
unsigned long long)channelId
90 toAccids:(NSArray<NSString *> *)toAccids;
92- (instancetype)initWithAccids:(NSArray<NSString *> *)toAccids;
NIMQChatSystemNotificationToType
Definition: NIMQChatDefs.h:240
Definition: NIMQChatSendSystemNotificationParam.h:18
unsigned long long channelId
Definition: NIMQChatSendSystemNotificationParam.h:37
NSArray< NSString * > * toAccids
Definition: NIMQChatSendSystemNotificationParam.h:42
NIMQChatSystemNotificationToType toType
Definition: NIMQChatSendSystemNotificationParam.h:27
NSString * body
Definition: NIMQChatSendSystemNotificationParam.h:47
NSString * pushContent
Definition: NIMQChatSendSystemNotificationParam.h:67
NSString * ext
Definition: NIMQChatSendSystemNotificationParam.h:57
NIMQChatSystemNotification * toQChatSystemNotification()
NSString * env
Definition: NIMQChatSendSystemNotificationParam.h:72
NIMQChatSystemNotificationSetting * setting
Definition: NIMQChatSendSystemNotificationParam.h:78
unsigned long long serverId
Definition: NIMQChatSendSystemNotificationParam.h:32
NSDictionary * attach
Definition: NIMQChatSendSystemNotificationParam.h:52
NSString * pushPayload
Definition: NIMQChatSendSystemNotificationParam.h:62
Definition: NIMQChatSystemNotification.h:27
Definition: NIMQChatSystemNotificationSetting.h:15