NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatGetCommentatorsResult类 参考

#import <NIMQChatGetCommentatorsResult.h>

类 NIMQChatGetCommentatorsResult 继承关系图:

属性

NSArray< NIMQChatCommentator * > * commentators
 评论者列表 更多...
 
BOOL hasMore
 是否还有下一页 更多...
 
NSString * pageToken
 分页标识,用于下一页请求 更多...
 
NSUInteger total
 评论者总数 更多...
 

属性说明

◆ commentators

- (NSArray<NIMQChatCommentator *>*) commentators
readnonatomicstrong

评论者列表

◆ hasMore

- (BOOL) hasMore
readnonatomicassign

是否还有下一页

◆ pageToken

- (NSString*) pageToken
readnonatomiccopy

分页标识,用于下一页请求

◆ total

- (NSUInteger) total
readnonatomicassign

评论者总数


该类的文档由以下文件生成: