MadelineProtoDocs/old_docs/API_docs_v14/constructors/keyboardButton.md

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'}