--- title: "inputMediaGame" description: "A game" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: inputMediaGame [Back to constructors index](/API_docs/constructors/index.html) A game ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |id|[InputGame](/API_docs/types/InputGame.html) | Yes|The game to forward| ### Type: [InputMedia](/API_docs/types/InputMedia.html) ### Example: ``` $inputMediaGame = ['_' => 'inputMediaGame', 'id' => InputGame]; ```