class tl.Api.Game
extends VirtualClass<{ id: long; accessHash: long; shortName: string; title: string; description: string; photo: Api.TypePhoto; document?: Api.TypeDocument; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { Game } = tl.Api;
Properties
optional
document: Api.TypeDocumentphoto: Api.TypePhoto
Static Methods
fromReader(reader: Reader): Game