Function addCommentReply

  • Parameters

    Returns Promise<IComment>

    Description

    Add reply to comment

    Async

    Since

    0.1.0

    Example

     addCommentReply({
    text: '<Your text comment>',
    customData:'<Your custom data to send with reply comment>',
    commentBoardId:'<Your comment board Id>',
    parentCommentId:'<Your parent comment Id>'
    }).then(comment => console.log(comment));

Generated using TypeDoc