telegram_send_location
Send a map pin with latitude and longitude to any Telegram chat or user.
Instructions
Send a geographic location (map pin) to a Telegram chat.
Args: params (SendLocationInput): chat_id, latitude, longitude.
Returns: str: JSON with the sent Message object or an error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |