GramIO API Reference / gramio/dist / TelegramInlineQueryResultGame
Interface: TelegramInlineQueryResultGame
Defined in: @gramio/types/out/objects.d.ts:7048
Represents a Game.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
game_short_name | string | Short name of the game | @gramio/types/out/objects.d.ts:7060 |
id | string | Unique identifier for this result, 1-64 bytes | @gramio/types/out/objects.d.ts:7056 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | Optional. Inline keyboard attached to the message | @gramio/types/out/objects.d.ts:7064 |
type | "game" | Type of the result, must be game | @gramio/types/out/objects.d.ts:7052 |