NIMChatroomTempMuteTagRequest Class Reference

Inherits from NSObject
Declared in NIMChatroomTagRequest.h

Overview

禁言某个标签的用户的发言,只有管理员或创建者能操作

  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

  notifyTargetTags

禁言通知广播的目标标签,默认是targetTag

@property (nullable, nonatomic, copy) NSString *notifyTargetTags

Discussion

禁言通知广播的目标标签,默认是targetTag

Declared In

NIMChatroomTagRequest.h