MadelineProtoDocs/docs/API_docs/constructors/inputGameID.md

810 B

title description image
inputGameID Indicates an already sent game https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputGameID

Back to constructors index

Indicates an already sent game

Attributes:

Name Type Required Description
id long Yes game ID from Game constructor
access_hash long Yes access hash from Game constructor

Type: InputGame

Example:

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

Or, if you're into Lua:

inputGameID={_='inputGameID', id=long, access_hash=long}