method InlineKeyboard.gameimport { InlineKeyboard } from "https://dotland.deno.dev/x/grammy@v1.24.1/convenience/keyboard.ts"; game(text: string): InlineKeyboardButton.GameButtonCreates a new game query button, confer https://core.telegram.org/bots/api#games This type of button must always be the first button in the first row. Parameterstext: stringThe text to display ReturnsInlineKeyboardButton.GameButton