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