NIMChatroomMemberInfoUpdateRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomMemberRequest.h |
roomId
Chat room ID
@property (nonatomic, copy) NSString *roomId
Discussion
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 *updateInfo
Discussion
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 needNotify
Discussion
Specify whether to send notifications.
Declared In
NIMChatroomMemberRequest.h
notifyExt
Extension for event notifications
@property (nullable, nonatomic, copy) NSString *notifyExt
Discussion
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 needSave
Discussion
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 *antispamBusinessId
Discussion
Business for anti-spam
Declared In
NIMChatroomMemberRequest.h