MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md

653 B

title description
keyboardButtonSwitchInline keyboardButtonSwitchInline attributes, type and example

Constructor: keyboardButtonSwitchInline

Back to constructors index

Attributes:

Name Type Required
same_peer Bool Optional
text string Required
query string Required

Type: KeyboardButton

Example:

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