NIMChatroomUpdateRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomUpdateRequest.h |
roomId
Chat room ID
@property (nonatomic, copy) NSString *roomId
Discussion
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 *updateInfo
Discussion
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 needNotify
Discussion
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 *notifyExt
Discussion
Extension field of event Notification
Declared In
NIMChatroomUpdateRequest.h
antispamBusinessId
Business for anti-spam
@property (nonatomic, strong) NSString *antispamBusinessId
Discussion
Business for anti-spam
Declared In
NIMChatroomUpdateRequest.h