ApiCommentReply

new ApiCommentReply()

Class representing a comment reply.

Properties

Name Type Description
Text string

Returns or sets the comment reply text.

AuthorName string

Returns or sets the comment reply author's name.

UserId string

Returns or sets the user ID of the comment reply author.

TimeUTC number | string

Returns or sets the timestamp of the comment reply creation in UTC format.

Time number | string

Returns or sets the timestamp of the comment reply creation in the current time zone format.

Methods

Name Description
GetAuthorName

Returns the comment reply author's name.

GetClassType

Returns a type of the ApiCommentReply class.

GetText

Returns the comment reply text.

GetTime

Returns the timestamp of the comment reply creation in the current time zone format.

GetTimeUTC

Returns the timestamp of the comment reply creation in UTC format.

GetUserId

Returns the user ID of the comment reply author.

SetAuthorName

Sets the comment reply author's name.

SetText

Sets the comment reply text.

SetTime

Sets the timestamp of the comment reply creation in the current time zone format.

SetTimeUTC

Sets the timestamp of the comment reply creation in UTC format.

SetUserId

Sets the user ID to the comment reply author.