MadelineProtoDocs/docs/API_docs/constructors/keyboardButtonGame.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

791 B

title description image
keyboardButtonGame Keyboard button game https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButtonGame

Back to constructors index

Keyboard button game

Attributes:

Name Type Required Description
text string Yes Text

Type: KeyboardButton

Example:

$keyboardButtonGame = ['_' => 'keyboardButtonGame', 'text' => 'string'];

PWRTelegram json-encoded version:

{"_": "keyboardButtonGame", "text": "string"}

Or, if you're into Lua:

keyboardButtonGame={_='keyboardButtonGame', text='string'}