--- 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) | Yes| ### Type: [InputMedia](../types/InputMedia.md) ### Example: ``` $inputMediaGame = ['_' => 'inputMediaGame', 'id' => InputGame]; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "inputMediaGame", "id": InputGame} ``` Or, if you're into Lua: ``` inputMediaGame={_='inputMediaGame', id=InputGame} ```