1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 15:40:21 +01:00
MadelineProto/docs/API_docs/constructors/inlineBotSwitchPM.md
2016-12-19 20:35:27 +03:00

16 lines
415 B
Markdown

## Constructor: inlineBotSwitchPM
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
|start\_param|[string](../types/string.md) | Required|
### Type:
[InlineBotSwitchPM](../types/InlineBotSwitchPM.md)
### Example:
```
$inlineBotSwitchPM = ['_' => inlineBotSwitchPM', 'text' => string, 'start_param' => string, ];
```