1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 14:07:22 +01:00
MadelineProto/docs/API_docs/constructors/inputGameShortName.md
2016-12-19 19:48:27 +03:00

18 lines
416 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 = ['_' => inputGameShortName', 'bot_id' => InputUser, 'short_name' => string, ];
```