telegramsjs
    Preparing search index...

    Interface GameButton

    interface GameButton {
        callback_game: {};
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    callback_game: {}

    Description of the game that will be launched when the user presses the button.

    NOTE: This type of button must always be the first button in the first row.

    text: string

    Label text on the button