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