MadelineProto/old_docs/API_docs_v68/types/KeyboardButton.md
2017-07-23 17:44:01 +02:00

1.5 KiB

title description
KeyboardButton constructors and methods of type KeyboardButton

Type: KeyboardButton

Back to types index

Clicking these buttons:

To click these buttons simply run the click method:

$result = $KeyboardButton->click();

$result can be one of the following:

  • A string - If the button is a keyboardButtonUrl

  • Updates - If the button is a keyboardButton, the message will be sent to the chat, in reply to the message with the keyboard

  • messages_BotCallbackAnswer - If the button is a keyboardButtonCallback or a keyboardButtonGame the button will be pressed and the result will be returned

  • false - If the button is an unsupported button, like keyboardButtonRequestPhone, keyboardButtonRequestGeoLocation, keyboardButtonSwitchInlinekeyboardButtonBuy; you will have to parse data from these buttons manually

Possible values (constructors):

keyboardButton

keyboardButtonUrl

keyboardButtonCallback

keyboardButtonRequestPhone

keyboardButtonRequestGeoLocation

keyboardButtonSwitchInline

keyboardButtonGame

keyboardButtonBuy

Methods that return an object of this type (methods):