NIMChatroomMemberInfoUpdateRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomMemberRequest.h |
roomId
聊天室ID
@property (nonatomic, copy) NSString *roomId
Discussion
聊天室ID
Declared In
NIMChatroomMemberRequest.h
updateInfo
需要更新的信息,修改传入的数据键值对是 {@(NIMChatroomMemberInfoUpdateTag) : NSString},无效数据将被过滤
@property (nonatomic, copy) NSDictionary *updateInfo
Discussion
需要更新的信息,修改传入的数据键值对是 {@(NIMChatroomMemberInfoUpdateTag) : NSString},无效数据将被过滤
Declared In
NIMChatroomMemberRequest.h
needNotify
是否需要通知
@property (nonatomic, assign) BOOL needNotify
Discussion
是否需要通知
Declared In
NIMChatroomMemberRequest.h
notifyExt
操作通知事件扩展
@property (nullable, nonatomic, copy) NSString *notifyExt
Discussion
操作通知事件扩展
Declared In
NIMChatroomMemberRequest.h
needSave
更新的信息是否需要在服务器做持久化,只对固定成员生效,默认为 NO
@property (nonatomic, assign) BOOL needSave
Discussion
更新的信息是否需要在服务器做持久化,只对固定成员生效,默认为 NO
Declared In
NIMChatroomMemberRequest.h
antispamBusinessId
对某些资料内容另外的反垃圾的业务ID
@property (nonatomic, strong) NSString *antispamBusinessId
Discussion
对某些资料内容另外的反垃圾的业务ID
Declared In
NIMChatroomMemberRequest.h