Skip to main content
Module

x/mtkruto/mod.ts>tl.types.HighScore

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

Constructors

new
HighScore(params: { pos: number; userId: bigint; score: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
pos: number
score: number
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc