ApiCommentReply
class ApiCommentReply
Description
Class representing a comment reply.
Instance Methods
- GetClassType
(): commentReply
Returns a type of the ApiCommentReply class.
- GetText
(): string
Returns the comment reply text.
- SetText
(sText)
Sets the comment reply text.
- GetAuthorName
(): string
Returns the comment reply author's name.
- SetAuthorName
(sAuthorName)
Sets the comment reply author's name.
- GetUserId
(): string
Returns the user ID of the comment reply author.
- SetUserId
(sUserId)
Sets the user ID to the comment reply author.
- GetTimeUTC
(): Number
Returns the timestamp of the comment reply creation in UTC format.
- SetTimeUTC
(nTimeStamp)
Sets the timestamp of the comment reply creation in UTC format.
- GetTime
(): Number
Returns the timestamp of the comment reply creation in the current time zone format.
- SetTime
(nTimeStamp)
Sets the timestamp of the comment reply creation in the current time zone format.
Instance Properties
- 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.