539 B
539 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, ];
Or, if you're into Lua:
inputMediaGame={_='inputMediaGame', id=InputGame, }