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>PageBlockMap_

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

A map

Constructors

new
PageBlockMap_(params: { geo: enums.GeoPoint; zoom: number; w: number; h: number; caption: enums.PageCaption; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
caption: enums.PageCaption

Caption

geo: enums.GeoPoint

Location of the map center

h: number

Map height in pixels before applying scale; 16-1024

w: number

Map width in pixels before applying scale; 16-102

zoom: number

Map zoom level; 13-20

Static Properties

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