InputGameID
- class pyrogram.raw.types.InputGameID
Indicates an already sent game
Constructor of
InputGame.- Details:
Layer:
223ID:
32C3E77
- Parameters:
id (
int64-bit) – game ID from Game constructoraccess_hash (
int64-bit) – access hash from Game constructor
TL Schema
inputGameID#32c3e77
id:long
access_hash:long
= InputGame
Parameter Tree
InputGameID
├── id →
long└── access_hash →
longExample
InputGameID(
id=0,
access_hash=0,
)