CommentReportRecord
Represents a single comment record.
Type
Object
Properties
Name | Type | Description |
---|---|---|
CommentMessage | string | The comment text. |
Date | number | The comment local timestamp. |
DateUTC | number | The comment UTC timestamp. |
IsAnswer | boolean | Specifies whether the comment is a response. |
QuoteText | string | The quoted text (if available). |