Layer 220
constructor
inputMediaGame#d33f43f3 id:InputGame = InputMedia;

Parameters

Name Type Description
Id InputGame The game to forward

Returns

InputMedia

Gogram Example

// Creating InputMediaGame constructor
obj := &tg.InputMediaGame{
    Id: &tg.InputGame{},
}