NIMChatroomMemberRequest 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
type
Member types
@property (nonatomic, assign) NIMChatroomFetchMemberType type
Discussion
Member types
Declared In
NIMChatroomMemberRequest.h
lastMember
The last member anchor, excluding this member. * A value of nil starts the query from the current time or from the first page.
@property (nullable, nonatomic, strong) NIMChatroomMember *lastMember
Discussion
The last member anchor, excluding this member. * A value of nil starts the query from the current time or from the first page.
Declared In
NIMChatroomMemberRequest.h
limit
Get number of members in a chat room
@property (nonatomic, assign) NSUInteger limit
Discussion
Get number of members in a chat room
Declared In
NIMChatroomMemberRequest.h