810 B
810 B
title | description | image |
---|---|---|
inputGameID | Indicates an already sent game | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputGameID
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}