Raw.InputWebFileGeoPointLocation
Used to download a server-generated image with the map preview from a geopoint, see the webfile docs for more info.
inputWebFileGeoPointLocation#9f2221c9 geo_point:InputGeoPoint access_hash:long w:int h:int zoom:int scale:int = InputWebFileLocation;
export namespace Raw {
export class InputWebFileGeoPointLocation {
constructor(params: {
geoPoint: Raw.TypeInputGeoPoint;
accessHash: bigint;
w: number;
h: number;
zoom: number;
scale: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9f2221c9
Property
geoPoint
: Raw.TypeInputGeoPointGenerated from the lat, long and accuracyRadius parameters of the geopoint
accessHash
: bigintAccess hash of the geopoint
w
: numberMap width in pixels before applying scale; 16-1024
h
: numberMap height in pixels before applying scale; 16-1024
zoom
: numberMap zoom level; 13-20
scale
: numberMap scale; 1-3