NIMChatroomTagsUpdate Class Reference

Inherits from NSObject
Declared in NIMChatroomTagRequest.h

  roomId

Chat room ID

@property (nullable, nonatomic, copy) NSString *roomId

Discussion

Chat room ID

Declared In

NIMChatroomTagRequest.h

  tags

Tags, you can set multiple tags. If unspecified, the old tags will be deleted.

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

Discussion

Tags, you can set multiple tags. If unspecified, the old tags will be deleted.

Declared In

NIMChatroomTagRequest.h

  notifyTargetTags

The target tag of the notification for updating tags is a tag expression. The notification object is also changed when the user is disconnected. See TagCalculator and TagPattern. If unspecified, the old notifyTargetTags will be deleted.

@property (nullable, nonatomic, copy) NSString *notifyTargetTags

Discussion

The target tag of the notification for updating tags is a tag expression. The notification object is also changed when the user is disconnected. See TagCalculator and TagPattern. If unspecified, the old notifyTargetTags will be deleted.

Declared In

NIMChatroomTagRequest.h

  needNotify

Specify whether notification is required, A value of true will generate a notification of 325 type.

@property (nonatomic, assign) BOOL needNotify

Discussion

Specify whether notification is required, A value of true will generate a notification of 325 type.

Declared In

NIMChatroomTagRequest.h

  ext

Notification extension field

@property (nullable, nonatomic, copy) NSString *ext

Discussion

Notification extension field

Declared In

NIMChatroomTagRequest.h