InputMediaGame

class pyrogram.raw.types.InputMediaGame

A game

Constructor of InputMedia.

Details:
  • Layer: 223

  • ID: D33F43F3

Parameters:

id (InputGame) – The game to forward

TL Schema

inputMediaGame#d33f43f3
id:InputGame

= InputMedia

Parameter Tree

InputMediaGame
└── idInputGame
├── InputGameID
│ ├── idlong
│ └── access_hashlong
├── bot_idInputUser
│ ├── InputUserEmpty
│ ├── InputUserSelf
│ ├── InputUser
│ └── InputUserFromMessage
└── short_namestring

Example

InputMediaGame(
    id=InputGameID(
        id=0,
        access_hash=0
    ),
)