send_location
Send geographic coordinates (latitude, longitude) to a Telegram chat or user. Specify a chat ID or @username along with coordinates and an optional accuracy radius to share a precise location.
Instructions
Send a geographic location to a Telegram chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat id or @username. | |
| latitude | Yes | Latitude of the location. | |
| longitude | Yes | Longitude of the location. | |
| horizontal_accuracy | No | Radius of uncertainty in metres (0–1500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||