Function createCommentReport

  • Returns Promise<ICommentReport>

    Description

    Report a comment

    Async

    Since

    0.1.0

    Example

     createCommentReport({
    commentId: '<comment_id>',
    description: '<Reason for reporting>',
    }).then((commentReport) => console.log(commentReport));

Generated using TypeDoc