inputWebFileGeoPointLocation
Used to download a server-generated image with the map preview from a geoPoint, see the webfile docs for more info ».
type tg.InputWebFileGeoPointLocation struct { /* ... */ }
Implements InputWebFileLocation.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
GeoPoint | InputGeoPointClass | yes | Generated from the lat, long and accuracy_radius parameters of the geoPoint |
AccessHash | int64 | yes | Access hash of the geoPoint |
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 |
References
- Official documentation
- Generated Go reference
- TL definition:
inputWebFileGeoPointLocation#9f2221c9