send_venue
Send a venue location with name, address, and coordinates to a Telegram chat. Supports Foursquare and Google Places IDs, reply markup, and message protection.
Instructions
Send a venue location to a Telegram chat. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Name of the venue | |
| address | Yes | Address of the venue | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| latitude | Yes | Latitude of the venue | |
| longitude | Yes | Longitude of the venue | |
| reply_markup | No | JSON string with reply markup | |
| foursquare_id | No | Foursquare venue identifier | |
| foursquare_type | No | Foursquare venue type | |
| google_place_id | No | Google Places venue identifier | |
| protect_content | No | Protect message from forwarding/saving | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| google_place_type | No | Google Places venue type | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |