## Constructor: inputGameID ### 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, ]; ```