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): ApiCommentReply
Sets the comment reply text.
- GetAuthorName
(): string
Returns the comment reply author's name.
- SetAuthorName
(sAuthorName): ApiCommentReply
Sets the comment reply author's name.
- GetUserId
(): string
Returns the user ID of the comment reply author.
- SetUserId
(sUserId): ApiCommentReply
Sets the user ID to the comment reply author.