Layer 220
InputGameId
Indicates an already sent game
constructor
inputGameID#32c3e77 id:long access_hash:long = InputGame;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | game ID from Game constructor |
| AccessHash | long | access hash from Game constructor |
Returns
InputGameGogram Example
// Creating InputGameId constructor obj := &tg.InputGameId{ Id: int64(0), AccessHash: int64(0), }