Skip to main content
Module

x/mtkruto/mod.ts>types.Game

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.Game
extends _TypeGame
import { types } from "https://deno.land/x/mtkruto@0.0.990/mod.ts";
const { Game } = types;

Constructors

new
Game(params: { id: bigint; accessHash: bigint; shortName: string; title: string; description: string; photo: TypePhoto; document?: TypeDocument; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
description: string
optional
document: TypeDocument
id: bigint
photo: TypePhoto
shortName: string
title: string

Static Properties

readonly
[paramDesc]: ParamDesc