Skip to main content
Module

x/mtkruto/3_types.ts>Location

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Location
Re-export
import { type Location } from "https://deno.land/x/mtkruto@0.1.101/3_types.ts";

This object represents a point on the map.

Properties

latitude: number

Latitude as defined by sender

longitude: number

Longitude as defined by sender

optional
horizontalAccuracy: number

The radius of uncertainty for the location, measured in meters; 0-1500

optional
livePeriod: number

Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.

optional
heading: number

The direction in which user is moving, in degrees; 1-360. For active live locations only.

optional
proximityAlertRadius: number

The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only.