NIMChatroomTempMuteTagRequest Class Reference

Inherits from NSObject
Declared in NIMChatroomTagRequest.h

Overview

Mute members with a specified tag. Administrators or the owner can perform the operation.

  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

  notifyTargetTags

The target tag of the mute notification. The default value is targetTag

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

Discussion

The target tag of the mute notification. The default value is targetTag

Declared In

NIMChatroomTagRequest.h