NIMQChatGetChannelBlackWhiteRolesByPageResult Class Reference

Inherits from NSObject
Declared in NIMQChatGetChannelBlackWhiteRolesByPageResult.h

Overview

分页查询频道黑白名单身份组列表

  hasMore

是否还有下一页数据

@property (nonatomic, assign) BOOL hasMore

Discussion

是否还有下一页数据

Declared In

NIMQChatGetChannelBlackWhiteRolesByPageResult.h

  nextTimetag

下一页的起始时间戳

@property (nonatomic, assign) NSTimeInterval nextTimetag

Discussion

下一页的起始时间戳

Declared In

NIMQChatGetChannelBlackWhiteRolesByPageResult.h

  roleArray

身份组列表

@property (nonatomic, copy) NSArray<NIMQChatServerRole*> *roleArray

Discussion

身份组列表

Declared In

NIMQChatGetChannelBlackWhiteRolesByPageResult.h