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