Add reply to comment
0.1.0
addCommentReply({ text: '<Your text comment>', customData:'<Your custom data to send with reply comment>', commentBoardId:'<Your comment board Id>', parentCommentId:'<Your parent comment Id>' }).then(comment => console.log(comment)); Copy
addCommentReply({ text: '<Your text comment>', customData:'<Your custom data to send with reply comment>', commentBoardId:'<Your comment board Id>', parentCommentId:'<Your parent comment Id>' }).then(comment => console.log(comment));
Generated using TypeDoc
Description
Add reply to comment
Async
Since
0.1.0
Example