MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md

459 B

Constructor: keyboardButtonSwitchInline

Attributes:

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

Type: KeyboardButton

Example:

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