telegram-send-location
Send a geographic location to a Telegram chat. Share a static pin or a live-updating location for a set duration.
Instructions
Send a geographic location to a Telegram chat. Static pin by default; set livePeriod to share a live-updating location for N seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| heading | No | Direction the user is heading, 1-360 degrees (meaningful only for live locations) | |
| replyTo | No | Message ID to reply to | |
| topicId | No | Forum topic ID | |
| latitude | Yes | Latitude in decimal degrees (-90 to 90) | |
| longitude | Yes | Longitude in decimal degrees (-180 to 180) | |
| livePeriod | No | If set, sends a live location updated for N seconds (60-86400). Omit for static pin. | |
| accuracyRadius | No | Horizontal accuracy radius in meters (0 = unknown) | |
| proximityRadius | No | Alert radius for proximity notification in meters (live only) |