Raw.GeoPoint

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

Property

  • long : number

    Longitude

  • lat : number

    Latitude

  • accessHash : bigint

    Access hash

  • accuracyRadius : number or undefined

    The estimated horizontal accuracy of the location, in meters; as defined by the sender.