MadelineProtoDocs/old_docs/API_docs_v105/constructors/keyboardButton.md
2019-12-27 17:48:04 +01:00

655 B

title description image
keyboardButton Bot keyboard button https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButton

Back to constructors index

Bot keyboard button

Attributes:

Name Type Required Description
text string Yes Button text

Type: KeyboardButton

Example:

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

Or, if you're into Lua:

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