MadelineProto/docs/TD_docs/constructors/inlineKeyboardButtonTypeCallbackGame.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

1.1 KiB

title description
inlineKeyboardButtonTypeCallbackGame A button with a game which sends to the bot special callback query, must be in the first column and row of the keyboard, can be attached only to a message with content of the type messageGame

Constructor: inlineKeyboardButtonTypeCallbackGame

Back to constructors index

A button with a game which sends to the bot special callback query, must be in the first column and row of the keyboard, can be attached only to a message with content of the type messageGame

Attributes:

Name Type Required Description

Type: InlineKeyboardButtonType

Example:

$inlineKeyboardButtonTypeCallbackGame = ['_' => 'inlineKeyboardButtonTypeCallbackGame'];

PWRTelegram json-encoded version:

{"_": "inlineKeyboardButtonTypeCallbackGame"}

Or, if you're into Lua:

inlineKeyboardButtonTypeCallbackGame={_='inlineKeyboardButtonTypeCallbackGame'}