Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesHighScores

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

Constructors

new
MessagesHighScores(params: { scores: Array<TypeHighScore>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
scores: Array<TypeHighScore>
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc