• Parameters

    Returns Promise<IComment>

    Description

    edit comment of a comment board

    Async

    Since

    0.1.0

    Example

    editComment({
    commentBoardId: "<comment-board-id>",
    commentId: "<comment-id>",
    text: '<Your text comment>',
    customData: '<Your custom data to send with reply comment>',
    }).then(comment => console.log(comment))

Generated using TypeDoc