MadelineProto/docs/TD_docs/constructors/keyboardButtonTypeText.md
2017-07-23 16:33:46 +02:00

759 B

title description
keyboardButtonTypeText Simple button with a text, which should be sent when the button is pressed

Constructor: keyboardButtonTypeText

Back to constructors index

Simple button with a text, which should be sent when the button is pressed

Attributes:

Name Type Required Description

Type: KeyboardButtonType

Example:

$keyboardButtonTypeText = ['_' => 'keyboardButtonTypeText'];

PWRTelegram json-encoded version:

{"_": "keyboardButtonTypeText"}

Or, if you're into Lua:

keyboardButtonTypeText={_='keyboardButtonTypeText'}