Function getCommentReplies

  • Parameters

    Returns Promise<IPaginatedResponse<IComment>>

    Description

    List of comments replies

    Async

    Since

    0.1.0

    Example

     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