Skip to main content
Module

x/grammy/types.deno.ts>Location

The Telegram Bot Framework.
Very Popular
Go to Latest
interface Location
Re-export
import { type Location } from "https://deno.land/x/grammy@v1.12.0/types.deno.ts";

This object represents a point on the map.

Properties

longitude: number

Longitude as defined by sender

latitude: number

Latitude as defined by sender

optional
horizontal_accuracy: number

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

optional
live_period: 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
proximity_alert_radius: number

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