NIMTeamNotificationContent Class Reference
| Inherits from | NIMNotificationContent : NSObject | 
|---|---|
| Declared in | NIMTeamNotificationContent.h | 
  sourceID
	操作发起者ID
@property (nullable, nonatomic, copy, readonly) NSString *sourceIDDiscussion
操作发起者ID
Declared In
NIMTeamNotificationContent.h
  operationType
	操作类型
@property (nonatomic, assign, readonly) NIMTeamOperationType operationTypeDiscussion
操作类型
Declared In
NIMTeamNotificationContent.h
  targetIDs
	被操作者ID列表
@property (nullable, nonatomic, copy, readonly) NSArray<NSString*> *targetIDsDiscussion
被操作者ID列表
Declared In
NIMTeamNotificationContent.h
  notifyExt
	群通知下发的自定义扩展信息
@property (nullable, nonatomic, readonly) NSString *notifyExtDiscussion
群通知下发的自定义扩展信息
Declared In
NIMTeamNotificationContent.h
  attachment
	额外信息
@property (nullable, nonatomic, strong, readonly) id attachmentDiscussion
额外信息
群更新时 attachment 为 NIMUpdateTeamInfoAttachment, 禁言时 attachment 为 NIMMuteTeamMemberAttachment
Declared In
NIMTeamNotificationContent.h