Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>MessageActionGameScore_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageActionGameScore_
import { MessageActionGameScore_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Someone scored in a game

Constructors

new
MessageActionGameScore_(params: { game_id: bigint; score: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
game_id: bigint

Game ID

score: number

Score

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc