MadelineProto/docs/API_docs/constructors/inputMediaGame.md
2016-12-20 13:32:11 +01:00

25 lines
448 B
Markdown

---
title: inputMediaGame
description: inputMediaGame attributes, type and example
---
## Constructor: inputMediaGame
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[InputGame](../types/InputGame.md) | Required|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaGame = ['_' => inputMediaGame', 'id' => InputGame, ];
```