@webitel/api-services
    Preparing search index...

    Client sends callback event when user clicks a button.

    interface WebitelImApiGatewayV1MessageSendInteractiveCallbackBody {
        buttonCode?: string;
        callbackData?: string;
    }
    Index

    Properties

    buttonCode?: string

    Button identifier.

    callbackData?: string

    Optional callback payload.