Raw.InputGeoPoint
Defines a geopoint by its coordinates.
inputGeoPoint#48222faf flags:# lat:double long:double accuracy_radius:flags.0?int = InputGeoPoint;
export namespace Raw {
export class InputGeoPoint {
constructor(params: { lat: number; long: number; accuracyRadius?: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x48222faf