mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
17 lines
295 B
Markdown
17 lines
295 B
Markdown
## Constructor: inputMediaGame
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|id|[InputGame](../types/InputGame.md) | Required|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputMediaGame = ['id' => InputGame, ];
|
|
``` |