Documentation - v0.32.0
    Preparing search index...

    Interface WebViewButton

    A button opening a webview. Usable in both inline and reply keyboards

    interface WebViewButton {
        style?: BotKeyboardButtonStyle;
        text: string;
        type: "webview";
        url: string;
    }

    Hierarchy

    • BotKeyboardButtonBase
      • WebViewButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "webview"
    url: string

    URL of the webview