ApiCommentReply
Represents the ApiCommentReply class.
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. |
SetAuthorName | ApiCommentReply | Sets the comment reply author's name. |
SetText | ApiCommentReply | Sets the comment reply text. |
SetUserId | ApiCommentReply | Sets the user ID to the comment reply author. |