GetAuthorName | string | Returns the comment reply author's name. |
GetClassType | "commentReply" | Returns a type of the ApiCommentReply class. |
GetText | string | Returns the comment reply text. |
GetTime | Number | Returns the timestamp of the comment reply creation in the current time zone format. |
GetTimeUTC | Number | Returns the timestamp of the comment reply creation in UTC format. |
GetUserId | string | Returns the user ID of the comment reply author. |
SetAuthorName | None | Sets the comment reply author's name. |
SetText | None | Sets the comment reply text. |
SetTime | None | Sets the timestamp of the comment reply creation in the current time zone format. |
SetTimeUTC | None | Sets the timestamp of the comment reply creation in UTC format. |
SetUserId | None | Sets the user ID to the comment reply author. |