MadelineProtoDocs/docs/API_docs/constructors/inputGameID.md

31 lines
787 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "inputGameID"
description: "Indicates an already sent game"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputGameID
[Back to constructors index](/API_docs/constructors/index.html)
Indicates an already sent game
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](/API_docs/types/long.html) | Yes|game ID from [Game](../types/Game.html) constructor|
|access\_hash|[long](/API_docs/types/long.html) | Yes|access hash from [Game](../types/Game.html) constructor|
### Type: [InputGame](/API_docs/types/InputGame.html)
### Example:
```
$inputGameID = ['_' => 'inputGameID', 'id' => long, 'access_hash' => long];
```