NIMChatroomTagsUpdate Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMChatroomTagRequest.h |
roomId
Chat room ID
@property (nullable, nonatomic, copy) NSString *roomIdDiscussion
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*> *tagsDiscussion
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 *notifyTargetTagsDiscussion
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 needNotifyDiscussion
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 *extDiscussion
Notification extension field
Declared In
NIMChatroomTagRequest.h