AddReply | None | Adds a reply to a comment. |
Delete | None | Deletes the ApiComment object. |
GetAuthorName | string | Returns the comment author's name. |
GetClassType | "comment" | Returns a type of the ApiComment class. |
GetId | string | Returns the current comment ID. |
GetQuoteText | String | null | Returns the quote text of the current comment. |
GetRepliesCount | Number | Returns a number of the comment replies. |
GetReply | ApiCommentReply | Returns the specified comment reply. |
GetText | string | Returns the comment text. |
GetTime | Number | Returns the timestamp of the comment creation in the current time zone format. |
GetTimeUTC | Number | Returns the timestamp of the comment creation in UTC format. |
GetUserId | string | Returns the user ID of the comment author. |
IsSolved | boolean | Checks if a comment is solved or not. |
RemoveReplies | None | Removes the specified comment replies. |
SetAuthorName | None | Sets the comment author's name. |
SetSolved | None | Marks a comment as solved. |
SetText | None | Sets the comment text. |
SetTime | None | Sets the timestamp of the comment creation in the current time zone format. |
SetTimeUTC | None | Sets the timestamp of the comment creation in UTC format. |
SetUserId | None | Sets the user ID to the comment author. |