1.2 KiB
1.2 KiB
title | description | image |
---|---|---|
inputWebFileGeoPointLocation | Geolocation | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputWebFileGeoPointLocation
Geolocation
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo_point | InputGeoPoint | Optional | Geolocation |
access_hash | long | Yes | Access hash |
w | int | Yes | Map width in pixels before applying scale; 16-1024 |
h | int | Yes | Map height in pixels before applying scale; 16-1024 |
zoom | int | Yes | Map zoom level; 13-20 |
scale | int | Yes | Map scale; 1-3 |
Type: InputWebFileLocation
Example:
$inputWebFileGeoPointLocation = ['_' => 'inputWebFileGeoPointLocation', 'geo_point' => InputGeoPoint, 'access_hash' => long, 'w' => int, 'h' => int, 'zoom' => int, 'scale' => int];
Or, if you're into Lua:
inputWebFileGeoPointLocation={_='inputWebFileGeoPointLocation', geo_point=InputGeoPoint, access_hash=long, w=int, h=int, zoom=int, scale=int}