NIMQChatGetServersByPageResult Class Reference

Inherits from NSObject
Declared in NIMQChatGetServersByPageResult.h

Overview

标记消息已读的回调类型

  hasMore

是否还有下一页数据

@property (nonatomic, assign) BOOL hasMore

Discussion

是否还有下一页数据

Declared In

NIMQChatGetServersByPageResult.h

  nextTimetag

下一页的起始时间戳

@property (nonatomic, assign) NSTimeInterval nextTimetag

Discussion

下一页的起始时间戳

Declared In

NIMQChatGetServersByPageResult.h

  servers

圈组服务器

@property (nullable, nonatomic, copy) NSArray<NIMQChatServer*> *servers

Discussion

圈组服务器

Declared In

NIMQChatGetServersByPageResult.h