MadelineProto/old_docs/API_docs_v68/constructors/keyboardButton.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

655 B

title description
keyboardButton keyboardButton attributes, type and example

Constructor: keyboardButton

Back to constructors index

Attributes:

Name Type Required
text string Yes

Type: KeyboardButton

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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