721 B
721 B
title | description | image |
---|---|---|
inputMediaGame | inputMediaGame attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaGame
Attributes:
Name | Type | Required |
---|---|---|
id | InputGame | Yes |
Type: InputMedia
Example:
$inputMediaGame = ['_' => 'inputMediaGame', 'id' => InputGame];
PWRTelegram json-encoded version:
{"_": "inputMediaGame", "id": InputGame}
Or, if you're into Lua:
inputMediaGame={_='inputMediaGame', id=InputGame}