Skip to content

InputPageBlockMap

Type · TDLib 1.8.67 · d1085f9c

A map. The map's width and height must not exceed 10000 in total. Width and height ratio must be at most 20

InputPageBlockMap(
  location: Location,
  zoom: int32,
  width: int32,
  height: int32,
  caption: PageBlockCaption
) → InputPageBlock

location

Location

Location of the map center

zoom

int32

Map zoom level; 0-24

width

int32

Map width; 0-10000

height

int32

Map height; 0-10000

caption

PageBlockCaption

Block caption; pass null if none