InputGame

class pyrogram.raw.base.InputGame

A game to send

Constructors:

This base type has 2 constructors available.

InputGameID

Indicates an already sent game

InputGameShortName

Game by short name

TL Schema


Parameter Tree

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

Example