List of comments replies
2.40.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
2.40.0
Example