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>messages_HighScores_

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

Highscores in a game

Constructors

new
messages_HighScores_(params: { scores: Array<enums.HighScore>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
scores: Array<enums.HighScore>

Highscores

users: Array<enums.User>

Users, associated to the highscores

Static Properties

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