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

    Response sent back to the client after a button click.

    interface WebitelImApiGatewayV1InteractiveCallbackResponse {
        buttonCode?: string;
        callbackData?: string;
        inReplyTo?: string;
        reactedAt?: string;
        reactedBy?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    buttonCode?: string

    Button identifier.

    callbackData?: string

    Optional callback payload.

    inReplyTo?: string

    Original message ID.

    reactedAt?: string

    Unix time in milliseconds when callback button was clicked.

    User who clicked the button.