Skip to content

GramIO API Reference / gramio/dist / TelegramInlineQueryResultGame

Interface: TelegramInlineQueryResultGame

Defined in: @gramio/types/out/objects.d.ts:7048

Represents a Game.

Documentation

Properties

PropertyTypeDescriptionDefined in
game_short_namestringShort name of the game@gramio/types/out/objects.d.ts:7060
idstringUnique 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