send_venue
Send a venue's location, title, and address to a Telegram chat, with optional Foursquare or Google Place details.
Instructions
Send information about a venue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| address | Yes | ||
| chat_id | Yes | Chat ID or @username | |
| latitude | Yes | ||
| effect_id | No | ||
| longitude | Yes | ||
| reply_markup | No | InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply | |
| foursquare_id | No | ||
| foursquare_type | No | ||
| google_place_id | No | ||
| protect_content | No | ||
| reply_parameters | No | ReplyParameters object | |
| google_place_type | No | ||
| message_thread_id | No | ||
| allow_paid_broadcast | No | ||
| disable_notification | No | ||
| business_connection_id | No |