Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/2_tl.ts>types.MessageActionGameScore

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionGameScore
import { types } from "https://deno.land/x/mtkruto@0.1.102/2_tl.ts";
const { MessageActionGameScore } = types;

Constructors

new
MessageActionGameScore(params: { gameId: bigint; score: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
gameId: bigint
score: number

Static Properties

readonly
[paramDesc]: ParamDesc