Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetGameScore

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

Constructors

new
MessagesSetGameScore(params: { editMessage?: true; force?: true; peer: types.TypeInputPeer; id: number; userId: types.TypeInputUser; score: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc