NIMChatroomUpdateRequest Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMChatroomUpdateRequest.h |
roomId
Chat room ID
@property (nonatomic, copy) NSString *roomIdDiscussion
Chat room ID
Declared In
NIMChatroomUpdateRequest.h
updateInfo
Information to be updated. The key-value pair {@(NIMChatroomUpdateTag) : NSString or NSNumber} is passed in. Invalid data will be filtered.
@property (nonatomic, copy) NSDictionary *updateInfoDiscussion
Information to be updated. The key-value pair {@(NIMChatroomUpdateTag) : NSString or NSNumber} is passed in. Invalid data will be filtered.
Declared In
NIMChatroomUpdateRequest.h
needNotify
Specify whether to send notifications. The default value is NO
@property (nonatomic, assign) BOOL needNotifyDiscussion
Specify whether to send notifications. The default value is NO
Declared In
NIMChatroomUpdateRequest.h
notifyExt
Extension field of event Notification
@property (nullable, nonatomic, copy) NSString *notifyExtDiscussion
Extension field of event Notification
Declared In
NIMChatroomUpdateRequest.h
antispamBusinessId
Business for anti-spam
@property (nonatomic, strong) NSString *antispamBusinessIdDiscussion
Business for anti-spam
Declared In
NIMChatroomUpdateRequest.h