MadelineProto/docs/API_docs_55/constructors/keyboardButtonSwitchInline.md

26 lines
579 B
Markdown
Raw Normal View History

---
title: keyboardButtonSwitchInline
description: keyboardButtonSwitchInline attributes, type and example
---
## Constructor: keyboardButtonSwitchInline
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
|query|[string](../types/string.md) | Required|
### Type: [KeyboardButton](../types/KeyboardButton.md)
### Example:
```
$keyboardButtonSwitchInline = ['_' => 'keyboardButtonSwitchInline', 'text' => string, 'query' => string, ];
```