MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md
2016-12-19 20:35:27 +03:00

17 lines
493 B
Markdown

## Constructor: keyboardButtonSwitchInline
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|same\_peer|[Bool](../types/Bool.md) | Optional|
|text|[string](../types/string.md) | Required|
|query|[string](../types/string.md) | Required|
### Type:
[KeyboardButton](../types/KeyboardButton.md)
### Example:
```
$keyboardButtonSwitchInline = ['_' => keyboardButtonSwitchInline', 'same_peer' => true, 'text' => string, 'query' => string, ];
```