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

#import <NIMQChatMessageQuickCommentInfo.h>

类 NIMQChatMessageQuickCommentsDetail 继承关系图:

属性

NSInteger replyType
 
NSInteger count
 
BOOL selfReplyed
 
NSArray< NSString * > * replyAccIds
 
NSTimeInterval createTime
 

详细描述

查询消息附带的评论的结果中,单个评论详情

属性说明

◆ count

- (NSInteger) count
readwritenonatomicassign

评论次数

◆ createTime

- (NSTimeInterval) createTime
readwritenonatomicassign

创建时间

◆ replyAccIds

- (NSArray<NSString *>*) replyAccIds
readnonatomiccopy

添加过的评论几位用户accid(注意:不是按照操作时间排序的,可以认为是随机取了N个)

◆ replyType

- (NSInteger) replyType
readwritenonatomicassign

消息评论类型type

◆ selfReplyed

- (BOOL) selfReplyed
readwritenonatomicassign

自己是否添加过


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