Inline mode

InlineQueryResultGame

Represents a Game.

fields

fieldtyperequireddescription
typestringrequiredType of the result, must be game
idstringrequiredUnique identifier for this result, 1-64 bytes
game_short_namestringrequiredShort name of the game
reply_markupInlineKeyboardMarkupoptionalOptional. Inline keyboard attached to the message

import

types.ts
import type { InlineQueryResultGame } from "@yaebal/types";

used by

types