Skip to main content
Module

x/mtkruto/mod.ts>types.StatsAbsValueAndPrev

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

Constructors

new
StatsAbsValueAndPrev(params: { current: number; previous: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
current: number
previous: number

Static Properties

readonly
[paramDesc]: ParamDesc