Function createCommentBoardBan

  • Returns Promise<ICommentBoardBan>

    Description

    Ban a user to restrict access in a comment board

    Async

    Since

    0.1.0

    Example

     createCommentBoardBan({
    profileId: '<profile_id>',
    commentBoardId: '<comment_board_id>',
    description: '<Reason for banning>',
    }).then((commentBoardBan) => console.log(commentBoardBan));
    ``

Generated using TypeDoc