NIMQuickComment Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | NIMQuickComment.h | 
  from
	评论发送方
@property (nonatomic, copy, readonly) NSString *fromDiscussion
评论发送方
Declared In
NIMQuickComment.h
  replyType
	类型
@property (nonatomic, assign) int64_t replyTypeDiscussion
类型
对同一条消息回复相同的replyType将会覆盖之前的回复
Declared In
NIMQuickComment.h
  timestamp
	回复时间
@property (nonatomic, assign, readonly) NSTimeInterval timestampDiscussion
回复时间
Declared In
NIMQuickComment.h
  ext
	自定义扩展字段,最大16字符
@property (nonatomic, copy, nullable) NSString *extDiscussion
自定义扩展字段,最大16字符
Declared In
NIMQuickComment.h
  setting
	评论设置
@property (nonatomic, strong, nullable) NIMQuickCommentSetting *settingDiscussion
评论设置
Declared In
NIMQuickComment.h
  message
	评论所在的消息
@property (nonatomic, strong, readonly) NIMMessage *messageDiscussion
评论所在的消息
Declared In
NIMQuickComment.h
  basicInfo
	评论所在消息的元信息
@property (nonatomic, strong, readonly) NIMChatExtendBasicInfo *basicInfoDiscussion
评论所在消息的元信息
Declared In
NIMQuickComment.h