CommentData
type CommentData = object
Description
The comment data.
Properties
- UserName
string
The comment author.
- Text
string
The comment text.
- Time
string
The time when the comment was posted (in milliseconds).
- Solved
boolean
Specifies if the comment is resolved (true) or not (false).
- Replies
CommentData[]
An array containing the comment replies represented as the CommentData object.