mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
496 B
496 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, ];