Skip to main content
Module

x/grammy/mod.ts>Api#sendGame

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.sendGame
import { Api } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Use this method to send a game. On success, the sent Message is returned.

Parameters

chat_id: number

Unique identifier for the target chat

game_short_name: string

Short name of the game, serves as the unique identifier for the game. Set up your games via BotFather.

optional
other: Other<R, "sendGame", "chat_id" | "game_short_name">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#sendgame