Skip to main content
Module

x/mtkruto/mod.ts>types.MaskCoords

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

Constructors

new
MaskCoords(params: { n: number; x: number; y: number; zoom: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
n: number
x: number
y: number
zoom: number

Static Properties

readonly
[paramDesc]: ParamDesc