MadelineProto/docs/API_docs/constructors/inputGameID.md

28 lines
495 B
Markdown

---
title: inputGameID
description: inputGameID attributes, type and example
---
## Constructor: inputGameID
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[long](../types/long.md) | Required|
|access\_hash|[long](../types/long.md) | Required|
### Type: [InputGame](../types/InputGame.md)
### Example:
```
$inputGameID = ['_' => 'inputGameID', 'id' => long, 'access_hash' => long, ];
```