InlineQueryResultGame
Represents a Game.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the result, must be game |
id | string | required | Unique identifier for this result, 1-64 bytes |
game_short_name | string | required | Short name of the game |
reply_markup | InlineKeyboardMarkup | optional | Optional. Inline keyboard attached to the message |
import
import type { InlineQueryResultGame } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inlinequeryresultgame