Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetInlineGameScore

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesSetInlineGameScore
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.0/mod.ts";
const { MessagesSetInlineGameScore } = functions;

Constructors

new
MessagesSetInlineGameScore(params: { editMessage?: true; force?: true; id: types.TypeInputBotInlineMessageID; userId: types.TypeInputUser; score: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
editMessage: true
optional
force: true
score: number

Static Properties

readonly
[paramDesc]: ParamDesc