2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: inlineBotSwitchPM
|
|
|
|
description: inlineBotSwitchPM attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: inlineBotSwitchPM
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|text|[string](../types/string.md) | Yes|
|
|
|
|
|start\_param|[string](../types/string.md) | Yes|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InlineBotSwitchPM](../types/InlineBotSwitchPM.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$inlineBotSwitchPM = ['_' => 'inlineBotSwitchPM', 'text' => string, 'start_param' => string, ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
inlineBotSwitchPM={_='inlineBotSwitchPM', text=string, start_param=string, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|