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