Documentation - v0.32.0
    Preparing search index...

    Interface UrlButton

    A button opening a link

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

    Hierarchy

    • BotKeyboardButtonBase
      • UrlButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "url"
    url: string

    URL to open