18 lines
388 B
Markdown
18 lines
388 B
Markdown
|
## Constructor: inputGameShortName
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|bot\_id|[InputUser](../types/InputUser.md) | Required|
|
||
|
|short\_name|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [InputGame](../types/InputGame.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$inputGameShortName = ['bot_id' => InputUser, 'short_name' => string, ];
|
||
|
```
|