1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:58:06 +01:00
MadelineProto/old_docs/API_docs_v53/constructors/keyboardButtonSwitchInline.md

701 B

title description
keyboardButtonSwitchInline keyboardButtonSwitchInline attributes, type and example

Constructor: keyboardButtonSwitchInline

Back to constructors index

Attributes:

Name Type Required
text string Yes
query string Yes

Type: KeyboardButton

Example:

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

Or, if you're into Lua:

keyboardButtonSwitchInline={_='keyboardButtonSwitchInline', text=string, query=string, }