Link Search Menu Expand Document

Constructor: inputWebFileGeoPointLocation

Back to constructors index

Used to download a server-generated image with the map preview from a geoPoint, see the webfile docs for more info ».

Attributes:

NameTypeRequiredDescription
geo_pointInputGeoPointOptionalGenerated from the lat, long and accuracy_radius parameters of the geoPoint
access_hashlongYesAccess hash of the geoPoint
wintYesMap width in pixels before applying scale; 16-1024
hintYesMap height in pixels before applying scale; 16-1024
zoomintYesMap zoom level; 13-20
scaleintYesMap scale; 1-3

Type: InputWebFileLocation

Example:

$inputWebFileGeoPointLocation = ['_' => 'inputWebFileGeoPointLocation', 'geo_point' => InputGeoPoint, 'access_hash' => long, 'w' => int, 'h' => int, 'zoom' => int, 'scale' => int];