NIMChatroomTempMuteTagRequest 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
targetTag
Target tag used for muting members.
@property (nullable, nonatomic, copy) NSString *targetTagDiscussion
Target tag used for muting members.
Declared In
NIMChatroomTagRequest.h
duartion
Mute duration in seconds. If the value is set to 0, a member is unmuted
@property (nonatomic, assign) unsigned long long duartionDiscussion
Mute duration in seconds. If the value is set to 0, a member is unmuted
Declared In
NIMChatroomTagRequest.h
needNotify
Specify whether to send notifications.
@property (nonatomic, assign) BOOL needNotifyDiscussion
Specify whether to send notifications.
Declared In
NIMChatroomTagRequest.h
notifyExt
Extension for event notifications
@property (nullable, nonatomic, copy) NSString *notifyExtDiscussion
Extension for event notifications
Declared In
NIMChatroomTagRequest.h