Add reply to comment
2.39.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
2.39.0
Example