List of comments replies
0.1.0
getCommentReplies({ commentBoardId:'<comment-board-id>', commentId:'<comment-id>', sorting: CommentSort.NEWEST, since:'2023-08-22T14:30:45.123Z' until:'2023-08-22T14:30:45.123Z' }).then(comments => console.log(comments)); Copy
getCommentReplies({ commentBoardId:'<comment-board-id>', commentId:'<comment-id>', sorting: CommentSort.NEWEST, since:'2023-08-22T14:30:45.123Z' until:'2023-08-22T14:30:45.123Z' }).then(comments => console.log(comments));
Generated using TypeDoc
Description
List of comments replies
Async
Since
0.1.0
Example