NIMQChatSearchChannelByPageResult Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatSearchChannelByPageResult.h |
hasMore
是否还有下一页数据
@property (nonatomic, assign) BOOL hasMore
Discussion
是否还有下一页数据
Declared In
NIMQChatSearchChannelByPageResult.h
nextTimetag
下一页的起始时间戳
@property (nonatomic, assign) NSTimeInterval nextTimetag
Discussion
下一页的起始时间戳
Declared In
NIMQChatSearchChannelByPageResult.h
cursor
查询游标,下一次查询的起始位置
@property (nullable, nonatomic, copy) NSString *cursor
Discussion
查询游标,下一次查询的起始位置
Declared In
NIMQChatSearchChannelByPageResult.h
channels
圈组频道
@property (nullable, nonatomic, copy) NSArray<NIMQChatChannel*> *channels
Discussion
圈组频道
Declared In
NIMQChatSearchChannelByPageResult.h