787 B
787 B
title | description |
---|---|
keyboardButtonSwitchInline | keyboardButtonSwitchInline attributes, type and example |
Constructor: keyboardButtonSwitchInline
Attributes:
Name | Type | Required |
---|---|---|
same_peer | Bool | Optional |
text | string | Yes |
query | string | Yes |
Type: KeyboardButton
Example:
$keyboardButtonSwitchInline = ['_' => 'keyboardButtonSwitchInline', 'same_peer' => Bool, 'text' => string, 'query' => string, ];
Or, if you're into Lua:
keyboardButtonSwitchInline={_='keyboardButtonSwitchInline', same_peer=Bool, text=string, query=string, }