MadelineProtoDocs/docs/API_docs/constructors/inputGameID.md
2024-05-01 14:53:46 +02:00

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

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];