Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.MessagesSetInlineGameScore

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.MessagesSetInlineGameScore
extends Function<boolean>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesSetInlineGameScore } = tl.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
id: types.TypeInputBotInlineMessageID
score: number
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc