MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md
2016-12-19 20:35:27 +03:00

493 B

Constructor: keyboardButtonSwitchInline

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