Raw.GeoPoint
Geopoint.
geoPoint#b2a2f663 flags:# long:double lat:double access_hash:long accuracy_radius:flags.0?int = GeoPoint;
export namespace Raw {
export class GeoPoint {
constructor(params: {
long: number;
lat: number;
accessHash: bigint;
accuracyRadius?: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xb2a2f663