Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>Game_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Game_
extends _Game_
import { Game_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Indicates an already sent game

Constructors

new
Game_(params: { id: bigint; access_hash: bigint; short_name: string; title: string; description: string; photo: enums.Photo; document?: enums.Document; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
access_hash: bigint

Access hash of the game

description: string

Game description

optional
document: enums.Document

Optional attached document

id: bigint

ID of the game

photo: enums.Photo

Game preview

short_name: string

Short name for the game

title: string

Title of the game

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc