Raw.Game

Raw.Game

Indicates an already sent game

game#bdf9653b flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document = Game;
export namespace Raw {
  export class Game {
    constructor(params: {
      id: bigint;
      accessHash: bigint;
      shortName: string;
      title: string;
      description: string;
      photo: Raw.TypePhoto;
      document?: Raw.TypeDocument;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xbdf9653b

Property