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

865 B

title description image
keyboardButtonRequestPhone Keyboard button request phone https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: keyboardButtonRequestPhone

Back to constructors index

Keyboard button request phone

Attributes:

Name Type Required Description
text string Yes Text

Type: KeyboardButton

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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