Creates a reply to an existing comment using the specified comment string.
<void> CommentCollection.addReply(<string> comment, <CommentedText> repliedComment, [<AddCommentCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
comment | The comment string. |
replied |
The comment to which to reply. |
callback | Optional. Receives the result of the add operation. |
error |
Optional. Is called when the operation failed with an error. |