19 lines
459 B
Markdown
19 lines
459 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 = ['same_peer' => Bool, 'text' => string, 'query' => string, ];
|
|
``` |