telegram_send_photo
Send a photo from a local file path to a Telegram chat by specifying the chat ID and file path. Optionally include a caption for context.
Instructions
Send a photo to a Telegram chat from a local file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Telegram chat ID | |
| caption | No | Optional caption for the photo | |
| filePath | Yes | Absolute path to the image file |