Skip to main content
Module

x/grm/mod.ts>tl.Api.Game

MTProto API Client for Deno 🦕
Go to Latest
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.8.0/mod.ts";
const { Game } = tl.Api;

Properties

accessHash: long
className: "Game"
classType: "constructor"
CONSTRUCTOR_ID: 3187238203
description: string
optional
document: Api.TypeDocument
id: long
photo: Api.TypePhoto
shortName: string
SUBCLASS_OF_ID: 2199494322
title: string

Static Methods

fromReader(reader: Reader): Game