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

x/mtkruto/tl/3_functions.ts>messages_getGameHighScores_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_getGameHighScores_
extends Function_<enums.messages.HighScores>
import { messages_getGameHighScores_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get highscores of a game

Constructors

new
messages_getGameHighScores_(params: { peer: enums.InputPeer; id: number; user_id: enums.InputUser; })

Properties

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

ID of message with game media attachment

peer: enums.InputPeer

Where was the game sent

user_id: enums.InputUser

Get high scores made by a certain user

Static Properties

__F: (params: { peer: enums.InputPeer; id: number; user_id: enums.InputUser; }) => enums.messages.HighScores
readonly
[name]: string
readonly
[paramDesc]: ParamDesc