NIMQChatMessageQuickCommentsDetail Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatMessageQuickCommentInfo.h |
replyType
消息评论类型type
@property (nonatomic, assign) NSInteger replyType
Discussion
消息评论类型type
Declared In
NIMQChatMessageQuickCommentInfo.h
count
评论次数
@property (nonatomic, assign) NSInteger count
Discussion
评论次数
Declared In
NIMQChatMessageQuickCommentInfo.h
selfReplyed
自己是否添加过
@property (nonatomic, assign) BOOL selfReplyed
Discussion
自己是否添加过
Declared In
NIMQChatMessageQuickCommentInfo.h
replyAccIds
添加过的评论几位用户accid(注意:不是按照操作时间排序的,可以认为是随机取了N个)
@property (nonatomic, copy, readonly) NSArray<NSString*> *replyAccIds
Discussion
添加过的评论几位用户accid(注意:不是按照操作时间排序的,可以认为是随机取了N个)
Declared In
NIMQChatMessageQuickCommentInfo.h