753 B
753 B
title | description | image |
---|---|---|
keyboardButton | Keyboard button | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: keyboardButton
Keyboard button
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text |
Type: KeyboardButton
Example:
$keyboardButton = ['_' => 'keyboardButton', 'text' => 'string'];
PWRTelegram json-encoded version:
{"_": "keyboardButton", "text": "string"}
Or, if you're into Lua:
keyboardButton={_='keyboardButton', text='string'}