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, }