NIMChatroomMemberRequest Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMChatroomMemberRequest.h | 
  roomId
	聊天室ID
@property (nonatomic, copy) NSString *roomIdDiscussion
聊天室ID
Declared In
NIMChatroomMemberRequest.h
  type
	聊天室成员类型
@property (nonatomic, assign) NIMChatroomFetchMemberType typeDiscussion
聊天室成员类型
Declared In
NIMChatroomMemberRequest.h
  lastMember
	最后一位成员锚点,不包括此成员。填nil会使用当前服务器最新时间开始查询,即第一页。
@property (nullable, nonatomic, strong) NIMChatroomMember *lastMemberDiscussion
最后一位成员锚点,不包括此成员。填nil会使用当前服务器最新时间开始查询,即第一页。
Declared In
NIMChatroomMemberRequest.h
  limit
	获取聊天室成员个数
@property (nonatomic, assign) NSUInteger limitDiscussion
获取聊天室成员个数
Declared In
NIMChatroomMemberRequest.h