Telegram Bot
Lets an agent operate a Telegram bot: poll incoming updates, send messages and photos.
What it can do
- Poll new messages via
get_updates - Send text replies (
send_message) - Send photos, including agent-generated images (
send_photo)
How to get credentials
- Open @BotFather in Telegram.
- Send
/newbot, pick a name and username. - BotFather returns a Bot Token in the form
123456789:ABCdefGhIJKlmNoPQRstuVwxyZ. Copy it. - Paste the token in FlyMyAI when setting up the MCP.
If you need the bot in a group, add it manually and disable privacy mode
with /setprivacy in BotFather if it must read all messages.
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
Bot Token | BotFather's reply after /newbot |
Troubleshooting
401 Unauthorized— token is wrong or the bot was deleted. Ask BotFather for/tokenon the bot.- Bot doesn't see group messages — disable privacy mode with
/setprivacyin BotFather, then remove and re-add the bot.