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