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

    Postback. Reply Button Click[ed].

    interface WebitelChatServerPostback {
        code?: string;
        mid?: string;
        text?: string;
    }
    Index

    Properties

    Properties

    code?: string

    Button's callback data associated.

    mid?: string

    Message ID of the button.

    text?: string

    Button's caption. Text to display.