631 B
631 B
title | description | image |
---|---|---|
inputMediaGame | A game | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaGame
A game
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | InputGame | Yes | The game to forward |
Type: InputMedia
Example:
$inputMediaGame = ['_' => 'inputMediaGame', 'id' => InputGame];
Or, if you're into Lua:
inputMediaGame={_='inputMediaGame', id=InputGame}