Overview
Telegram tool allows you to send messages, photos, and documents via Telegram bots.Installation
Environment Variables
Quick Start
Usage with Agent
Available Methods
send_message(chat_id, text)
Send a text message.send_photo(chat_id, photo_url, caption=None)
Send a photo.Common Errors
| Error | Cause | Solution |
|---|---|---|
TELEGRAM_BOT_TOKEN not configured | Missing token | Set environment variable |
chat not found | Invalid chat ID | Check chat ID |
bot was blocked | User blocked bot | User must unblock |

