Skip to main content
Module

x/grammy_menu/deps.deno.ts>InlineKeyboardButton.GameButton

Easily create interactive menus with grammY.
Go to Latest
interface InlineKeyboardButton.GameButton
implements AbstractInlineKeyboardButton
import { type InlineKeyboardButton } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";
const { GameButton } = InlineKeyboardButton;

Properties

callback_game: CallbackGame

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.