NIMChatroomQueueBatchUpdateRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomQueueRequest.h |
roomId
Chat room ID
@property (nonatomic, copy) NSString *roomId
Discussion
Chat room ID
Declared In
NIMChatroomQueueRequest.h
elements
Update multiple key-value pairs of elements. The key and value are represented with elementKey and elementValue. elementKey can contain up to 128 bytes, and elementValue 4096 bytes. A maximum of 100 key-value pairs can be updated at a time.
@property (nonatomic, copy) NSDictionary *elements
Discussion
Update multiple key-value pairs of elements. The key and value are represented with elementKey and elementValue. elementKey can contain up to 128 bytes, and elementValue 4096 bytes. A maximum of 100 key-value pairs can be updated at a time.
Declared In
NIMChatroomQueueRequest.h
needNotify
Specify whether to send broadcast notifications
@property (nonatomic, assign) BOOL needNotify
Discussion
Specify whether to send broadcast notifications
Declared In
NIMChatroomQueueRequest.h
notifyExt
Custom field in the notification. 2048 characters are allowed
@property (nonatomic, copy) NSString *notifyExt
Discussion
Custom field in the notification. 2048 characters are allowed
Declared In
NIMChatroomQueueRequest.h