mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
787 B
787 B
title | description | nav_exclude | image |
---|---|---|---|
inputGameID | Indicates an already sent game | true | 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];