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_getInlineGameHighScores_

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

Get highscores of a game sent using an inline bot

Constructors

new
messages_getInlineGameHighScores_(params: { id: enums.InputBotInlineMessageID; user_id: enums.InputUser; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: enums.InputBotInlineMessageID

ID of inline message

user_id: enums.InputUser

Get high scores of a certain user

Static Properties

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