1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:14:40 +01:00
MadelineProto/docs/API_docs_55/constructors/keyboardButtonSwitchInline.md

579 B

title description
keyboardButtonSwitchInline keyboardButtonSwitchInline attributes, type and example

Constructor: keyboardButtonSwitchInline

Back to constructors index

Attributes:

Name Type Required
text string Required
query string Required

Type: KeyboardButton

Example:

$keyboardButtonSwitchInline = ['_' => 'keyboardButtonSwitchInline', 'text' => string, 'query' => string, ];