2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: inputGameShortName
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|bot\_id|[InputUser](../types/InputUser.md) | Required|
|
|
|
|
|short\_name|[string](../types/string.md) | Required|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[InputGame](../types/InputGame.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$inputGameShortName = ['_' => inputGameShortName', 'bot_id' => InputUser, 'short_name' => string, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|