NIMChatroomQueueRemoveRequest Class Reference

Inherits from NSObject
Declared in NIMChatroomQueueRequest.h

Overview

Request to remove elements from the queue

  roomId

Chat room ID

@property (nonatomic, copy) NSString *roomId

Discussion

Chat room ID

Declared In

NIMChatroomQueueRequest.h

  key

Remove the value of an element. If you want to remove the first element, pass no argument.

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

Discussion

Remove the value of an element. If you want to remove the first element, pass no argument.

Declared In

NIMChatroomQueueRequest.h