27 lines
453 B
Markdown
27 lines
453 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, ];
|
|
```
|
|
|