Documentation - v0.32.0
    Preparing search index...

    Interface GameButton

    A button starting a game. Must be the first button in the first row

    interface GameButton {
        style?: BotKeyboardButtonStyle;
        text: string;
        type: "game";
    }

    Hierarchy

    • BotKeyboardButtonBase
      • GameButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "game"