Link Search Menu Expand Document

Constructor: inputGameID

Back to constructors index

Indicates an already sent game

Attributes:

NameTypeRequiredDescription
idlongYesgame ID from Game constructor
access_hashlongYesaccess hash from Game constructor

Type: InputGame

Example:

$inputGameID = ['_' => 'inputGameID', 'id' => long, 'access_hash' => long];