648 B
648 B
title | description |
---|---|
inputMediaGame | inputMediaGame attributes, type and example |
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}