NIMChatroomTempMuteTagRequest Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMChatroomTagRequest.h | 
  roomId
	聊天室ID
@property (nullable, nonatomic, copy) NSString *roomIdDiscussion
聊天室ID
Declared In
NIMChatroomTagRequest.h
  targetTag
	禁言的tag
@property (nullable, nonatomic, copy) NSString *targetTagDiscussion
禁言的tag
Declared In
NIMChatroomTagRequest.h
  duartion
	禁言的时长,单位秒,若设置为0,则表示取消禁言
@property (nonatomic, assign) unsigned long long duartionDiscussion
禁言的时长,单位秒,若设置为0,则表示取消禁言
Declared In
NIMChatroomTagRequest.h
  needNotify
	是否需要通知
@property (nonatomic, assign) BOOL needNotifyDiscussion
是否需要通知
Declared In
NIMChatroomTagRequest.h
  notifyExt
	操作通知事件扩展
@property (nullable, nonatomic, copy) NSString *notifyExtDiscussion
操作通知事件扩展
Declared In
NIMChatroomTagRequest.h