Skip to main content
Module

x/grm/mod.ts>Api.PageBlockMap

MTProto API Client for Deno 🦕
Go to Latest
class Api.PageBlockMap
extends VirtualClass<{ geo: Api.TypeGeoPoint; zoom: int; w: int; h: int; caption: Api.TypePageCaption; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PageBlockMap } = Api;

Properties

caption: Api.TypePageCaption
className: "PageBlockMap"
classType: "constructor"
CONSTRUCTOR_ID: 2756656886
geo: Api.TypeGeoPoint
h: int
SUBCLASS_OF_ID: 449467972
w: int
zoom: int

Static Methods

fromReader(reader: Reader): PageBlockMap