MadelineProto/docs/API_docs/constructors/inlineBotSwitchPM.md

18 lines
417 B
Markdown
Raw Normal View History

## 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:
```
2016-12-19 17:48:27 +01:00
$inlineBotSwitchPM = ['_' => inlineBotSwitchPM', 'text' => string, 'start_param' => string, ];
```