method Api.prototype.sendGameimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.4/mod.ts"; sendGame(chat_id: number,game_short_name: string,other?: Other<R, "sendGame", "chat_id" | "game_short_name">,signal?: AbortSignal,)Use this method to send a game. On success, the sent Message is returned. Parameterschat_id: numberUnique identifier for the target chat game_short_name: stringShort name of the game, serves as the unique identifier for the game. Set up your games via BotFather. optionalother: Other<R, "sendGame", "chat_id" | "game_short_name">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendgame