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
│ ├── id → long
│ └── access_hash → long
├── bot_id → InputUser
│ ├── InputUserEmpty
│ ├── InputUserSelf
│ ├── InputUser
│ └── InputUserFromMessage
└── short_name → string

Example