NIMChatroomMemberInfoUpdateRequest Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMChatroomMemberRequest.h |
roomId
Chat room ID
@property (nonatomic, copy) NSString *roomIdDiscussion
Chat room ID
Declared In
NIMChatroomMemberRequest.h
updateInfo
Information to be updated. The key-value pair {@(NIMChatroomMemberInfoUpdateTag) : NSString} is passed in. Invalid data will be filtered.
@property (nonatomic, copy) NSDictionary *updateInfoDiscussion
Information to be updated. The key-value pair {@(NIMChatroomMemberInfoUpdateTag) : NSString} is passed in. Invalid data will be filtered.
Declared In
NIMChatroomMemberRequest.h
needNotify
Specify whether to send notifications.
@property (nonatomic, assign) BOOL needNotifyDiscussion
Specify whether to send notifications.
Declared In
NIMChatroomMemberRequest.h
notifyExt
Extension for event notifications
@property (nullable, nonatomic, copy) NSString *notifyExtDiscussion
Extension for event notifications
Declared In
NIMChatroomMemberRequest.h
needSave
Specify whether to persist the updated information. The setting is applied for members. The default value is NO
@property (nonatomic, assign) BOOL needSaveDiscussion
Specify whether to persist the updated information. The setting is applied for members. The default value is NO
Declared In
NIMChatroomMemberRequest.h
antispamBusinessId
Business for anti-spam
@property (nonatomic, strong) NSString *antispamBusinessIdDiscussion
Business for anti-spam
Declared In
NIMChatroomMemberRequest.h