Skip to main content
Module

x/mtkruto/mod.ts>types.StatsPercentValue

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

Constructors

new
StatsPercentValue(params: { part: number; total: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
part: number
total: number

Static Properties

readonly
[paramDesc]: ParamDesc