NIMQChatGetCategoriesInServerByPageResult Class Reference

Inherits from NSObject
Declared in NIMQChatGetCategoriesInServerByPageResult.h

Overview

分页获取服务器内频道分组信息

  hasMore

是否还有下一页数据

@property (nonatomic, assign) BOOL hasMore

Discussion

是否还有下一页数据

Declared In

NIMQChatGetCategoriesInServerByPageResult.h

  nextTimetag

下一页的起始时间戳

@property (nonatomic, assign) NSTimeInterval nextTimetag

Discussion

下一页的起始时间戳

Declared In

NIMQChatGetCategoriesInServerByPageResult.h

  categoryArray

频道分组列表

@property (nonatomic, copy) NSArray<NIMQChatChannelCategory*> *categoryArray

Discussion

频道分组列表

Declared In

NIMQChatGetCategoriesInServerByPageResult.h