Raw.InputGameID

Raw.InputGameID

Indicates an already sent game

inputGameID#32c3e77 id:long access_hash:long = InputGame;
export namespace Raw {
  export class InputGameID {
    constructor(params: { id: bigint; accessHash: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x32c3e77

Property

  • id : bigint

    Game id from game constructor

  • accessHash : bigint

    Access hash from game constructor