8#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
126@property (nullable,nonatomic,copy,readonly) NSString *
sourceID;
136@property (nullable,nonatomic,copy,readonly) NSArray<NSString *> *
targetIDs;
141@property (nullable,nonatomic,readonly) NSString *
notifyExt;
160@property (nullable,nonatomic,copy,readonly) NSDictionary<NSNumber *,NSString *> *values;
172@property (nonatomic,assign,readonly) BOOL flag;
NIMSuperTeamUpdateTag
Definition: NIMSuperTeamNotificationContent.h:69
@ NIMSuperTeamUpdateTagAntispamBusinessId
Definition: NIMSuperTeamNotificationContent.h:116
@ NIMSuperTeamUpdateTagClientCustom
Definition: NIMSuperTeamNotificationContent.h:89
@ NIMSuperTeamUpdateTagIntro
Definition: NIMSuperTeamNotificationContent.h:77
@ NIMSuperTeamUpdateTagMuteMode
Definition: NIMSuperTeamNotificationContent.h:111
@ NIMSuperTeamUpdateTagBeInviteMode
Definition: NIMSuperTeamNotificationContent.h:105
@ NIMSuperTeamUpdateTagJoinMode
Definition: NIMSuperTeamNotificationContent.h:85
@ NIMSuperTeamUpdateTagServerCustom
Definition: NIMSuperTeamNotificationContent.h:95
@ NIMSuperTeamUpdateTagAnouncement
Definition: NIMSuperTeamNotificationContent.h:81
@ NIMSuperTeamUpdateTagAvatar
Definition: NIMSuperTeamNotificationContent.h:100
@ NIMSuperTeamUpdateTagName
Definition: NIMSuperTeamNotificationContent.h:73
NIMSuperTeamOperationType
Definition: NIMSuperTeamNotificationContent.h:16
@ NIMSuperTeamOperationTypeTransferOwner
Definition: NIMSuperTeamNotificationContent.h:40
@ NIMSuperTeamOperationTypeLeave
Definition: NIMSuperTeamNotificationContent.h:28
@ NIMSuperTeamOperationTypeAddManager
Definition: NIMSuperTeamNotificationContent.h:44
@ NIMSuperTeamOperationTypeMute
Definition: NIMSuperTeamNotificationContent.h:53
@ NIMSuperTeamOperationTypeDismiss
Definition: NIMSuperTeamNotificationContent.h:36
@ NIMSuperTeamOperationTypeApplyPass
Definition: NIMSuperTeamNotificationContent.h:58
@ NIMSuperTeamOperationTypeKick
Definition: NIMSuperTeamNotificationContent.h:24
@ NIMSuperTeamOperationTypeUpdate
Definition: NIMSuperTeamNotificationContent.h:32
@ NIMSuperTeamOperationTypeRemoveManager
Definition: NIMSuperTeamNotificationContent.h:48
@ NIMSuperTeamOperationTypeInvite
Definition: NIMSuperTeamNotificationContent.h:20
@ NIMSuperTeamOperationTypeAcceptInvitation
Definition: NIMSuperTeamNotificationContent.h:63
Definition: NIMSuperTeamNotificationContent.h:167
Definition: NIMNotificationContent.h:46
Definition: NIMSuperTeamNotificationContent.h:123
NIMSuperTeamOperationType operationType
Definition: NIMSuperTeamNotificationContent.h:131
NSArray< NSString * > * targetIDs
Definition: NIMSuperTeamNotificationContent.h:136
id attachment
Definition: NIMSuperTeamNotificationContent.h:148
NSString * notifyExt
Definition: NIMSuperTeamNotificationContent.h:141
NSString * sourceID
Definition: NIMSuperTeamNotificationContent.h:126
Definition: NIMSuperTeamNotificationContent.h:155