MadelineProto/docs/API_docs/constructors/inputGameShortName.md

16 lines
414 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:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputGame](../types/InputGame.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputGameShortName = ['_' => inputGameShortName', 'bot_id' => InputUser, 'short_name' => string, ];
```