ApiCommentReply
Represents the ApiCommentReply class.
Properties
| Name | Type | Description |
|---|---|---|
| AuthorName | string | Returns or sets the comment reply author's name. |
| Text | string | Returns or sets the comment reply text. |
| Time | number | string | Returns or sets the timestamp of the comment reply creation in the current time zone format. |
| TimeUTC | number | string | Returns or sets the timestamp of the comment reply creation in UTC format. |
| UserId | string | Returns or sets the user ID of the comment reply author. |
Methods
| Method | Returns | Description |
|---|---|---|
| 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. |