MadelineProto/docs/API_docs/constructors/keyboardButtonSwitchInline.md

19 lines
459 B
Markdown
Raw Normal View History

## 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, ];
```