1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:07:23 +01:00
MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md
2016-12-20 13:15:22 +01:00

579 B

title
keyboardButtonSwitchInline

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