NIMSuperTeamNotificationContent Class Reference

Inherits from NIMNotificationContent : NSObject
Declared in NIMSuperTeamNotificationContent.h

Overview

Supergroup notification content

  sourceID

Operator ID

@property (nullable, nonatomic, copy, readonly) NSString *sourceID

Discussion

Operator ID

Declared In

NIMSuperTeamNotificationContent.h

  operationType

Operation type

@property (nonatomic, assign, readonly) NIMSuperTeamOperationType operationType

Discussion

Operation type

Declared In

NIMSuperTeamNotificationContent.h

  targetIDs

Target IDs

@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *targetIDs

Discussion

Target IDs

Declared In

NIMSuperTeamNotificationContent.h

  notifyExt

Custom extension field for group notifications

@property (nullable, nonatomic, readonly) NSString *notifyExt

Discussion

Custom extension field for group notifications

Declared In

NIMSuperTeamNotificationContent.h

  attachment

Extra info

@property (nullable, nonatomic, strong, readonly) id attachment

Discussion

Extra info

The attachment is NIMUpdateTeamInfoAttachment for group updates and NIMMuteTeamMemberAttachment if the group is muted.

Declared In

NIMSuperTeamNotificationContent.h