1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:58:06 +01:00
MadelineProto/docs/API_docs/constructors/inputGameShortName.md

19 lines
417 B
Markdown
Raw Normal View History

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