Raw.DecryptedMessageMediaGeoPoint8

Raw.DecryptedMessageMediaGeoPoint8

Geopoint attached to an encrypted message.

decryptedMessageMediaGeoPoint#35480a59 lat:double long:double = DecryptedMessageMedia;
export namespace Raw {
  export class DecryptedMessageMediaGeoPoint8 {
    constructor(params: { lat: number; long: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x35480a59

Property

  • lat : number

    Latitude of point

  • long : number

    Longitude of point