MadelineProto/old_docs/API_docs_v55/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, ];