MadelineProto/docs/API_docs/constructors/inputGameShortName.md

18 lines
388 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|
### Type: [InputGame](../types/InputGame.md)
### Example:
```
$inputGameShortName = ['bot_id' => InputUser, 'short_name' => string, ];
```