NIMQChatMessageQuickCommentInfo Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQChatMessageQuickCommentInfo.h

Overview

查询消息附带的评论的结果

  serverId

服务器id

@property (nonatomic, assign) unsigned long long serverId

Discussion

服务器id

Declared In

NIMQChatMessageQuickCommentInfo.h

  channelId

频道id

@property (nonatomic, assign) unsigned long long channelId

Discussion

频道id

Declared In

NIMQChatMessageQuickCommentInfo.h

  msgServerId

消息服务器id

@property (nonatomic, copy) NSString *msgServerId

Discussion

消息服务器id

Declared In

NIMQChatMessageQuickCommentInfo.h

  count

评论条数

@property (nonatomic, assign) NSInteger count

Discussion

评论条数

Declared In

NIMQChatMessageQuickCommentInfo.h

  updateTime

最后一次操作评论的时间

@property (nonatomic, assign) NSTimeInterval updateTime

Discussion

最后一次操作评论的时间

Declared In

NIMQChatMessageQuickCommentInfo.h

  commentArray

各评论详情

@property (nonatomic, copy, readonly) NSArray<NIMQChatMessageQuickCommentsDetail*> *commentArray

Discussion

各评论详情

Declared In

NIMQChatMessageQuickCommentInfo.h