NIMChatroomTagsUpdate Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMChatroomTagRequest.h | 
  roomId
	聊天室ID
@property (nullable, nonatomic, copy) NSString *roomIdDiscussion
聊天室ID
Declared In
NIMChatroomTagRequest.h
  tags
	标签,可以设置多个,如果不传,则会删掉老的标签
@property (nullable, nonatomic, copy) NSArray<NSString*> *tagsDiscussion
标签,可以设置多个,如果不传,则会删掉老的标签
Declared In
NIMChatroomTagRequest.h
  notifyTargetTags
	更新标签的通知的目标标签,是一个标签表达式,同时也会改变该连接掉线时的通知对象,见TagCalculator和TagPattern,如果不传,则会删掉老的notifyTargetTags
@property (nullable, nonatomic, copy) NSString *notifyTargetTagsDiscussion
更新标签的通知的目标标签,是一个标签表达式,同时也会改变该连接掉线时的通知对象,见TagCalculator和TagPattern,如果不传,则会删掉老的notifyTargetTags
Declared In
NIMChatroomTagRequest.h
  needNotify
	是否需要通知,填true则会产生一条通知,类型为325
@property (nonatomic, assign) BOOL needNotifyDiscussion
是否需要通知,填true则会产生一条通知,类型为325
Declared In
NIMChatroomTagRequest.h
  ext
	通知扩展字段
@property (nullable, nonatomic, copy) NSString *extDiscussion
通知扩展字段
Declared In
NIMChatroomTagRequest.h