NIMChatroomTempMuteTagRequest 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
targetTag
Target tag used for muting members.
@property (nullable, nonatomic, copy) NSString *targetTag
Discussion
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 duartion
Discussion
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 needNotify
Discussion
Specify whether to send notifications.
Declared In
NIMChatroomTagRequest.h
notifyExt
Extension for event notifications
@property (nullable, nonatomic, copy) NSString *notifyExt
Discussion
Extension for event notifications
Declared In
NIMChatroomTagRequest.h