Skip to main content
Module

x/mtkruto/mod.ts>types.MediaAreaCoordinates

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

Constructors

new
MediaAreaCoordinates(params: { x: number; y: number; w: number; h: number; rotation: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
h: number
rotation: number
w: number
x: number
y: number

Static Properties

readonly
[paramDesc]: ParamDesc