NIMQuickComment Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQuickComment.h

Overview

Quick comment

  from

Commenter

@property (nonatomic, copy, readonly) NSString *from

Discussion

Commenter

Declared In

NIMQuickComment.h

  replyType

Comment type

@property (nonatomic, assign) int64_t replyType

Discussion

Comment type

Replying to the same message with the same replyType will overwrite the previous reply.

Declared In

NIMQuickComment.h

  timestamp

Reply time

@property (nonatomic, assign, readonly) NSTimeInterval timestamp

Discussion

Reply time

Declared In

NIMQuickComment.h

  ext

Custom extension field that can contain 16 characters

@property (nonatomic, copy, nullable) NSString *ext

Discussion

Custom extension field that can contain 16 characters

Declared In

NIMQuickComment.h

  setting

Quick comment setting

@property (nonatomic, strong, nullable) NIMQuickCommentSetting *setting

Discussion

Quick comment setting

Declared In

NIMQuickComment.h

  message

Message to which the comment was add.

@property (nonatomic, strong, readonly) NIMMessage *message

Discussion

Message to which the comment was add.

Declared In

NIMQuickComment.h

  basicInfo

Basic info of the message to which the comment was added

@property (nonatomic, strong, readonly) NIMChatExtendBasicInfo *basicInfo

Discussion

Basic info of the message to which the comment was added

Declared In

NIMQuickComment.h