MadelineProto/docs/API_docs/constructors/inputMediaGame.md

15 lines
317 B
Markdown
Raw Normal View History

## Constructor: inputMediaGame
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputGame](../types/InputGame.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputMedia](../types/InputMedia.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputMediaGame = ['_' => inputMediaGame', 'id' => InputGame, ];
```