@webitel/api-services
    Preparing search index...
    interface WebitelChatMessageButton {
        code?: string;
        share?: WebitelChatMessageButtonRequest;
        text?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    code?: string

    Postback/Callback data.

    Request to share contact info.

    text?: string

    Caption to display.

    url?: string

    URL to navigate to ..