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