Location
This object represents a point on the map.
fields
| field | type | required | description |
|---|---|---|---|
latitude | number | required | Latitude as defined by the sender |
longitude | number | required | Longitude as defined by the sender |
horizontal_accuracy | number | optional | Optional. The radius of uncertainty for the location, measured in meters; 0-1500 |
live_period | number | optional | Optional. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only. |
heading | number | optional | Optional. The direction in which user is moving, in degrees; 1-360. For active live locations only. |
proximity_alert_radius | number | optional | Optional. The maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only. |
import
import type { Location } from "@yaebal/types";used by
types
- BusinessLocation
- ChatLocation
- ChosenInlineResult
- ExternalReplyInfo
- InlineQuery
- Message
- PollMedia
- RichBlockMap
- Venue
official Bot API docs: https://core.telegram.org/bots/api/#location