1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:47:50 +01:00
MadelineProto/old_docs/API_docs_v53/constructors/keyboardButtonSwitchInline.md

583 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, ];