2016-12-19 16:56:52 +01:00
|
|
|
## 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|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[KeyboardButton](../types/KeyboardButton.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$keyboardButtonSwitchInline = ['_' => keyboardButtonSwitchInline', 'same_peer' => true, 'text' => string, 'query' => string, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|