Messengers
Connect chat platforms as inbound triggers or outbound channels. Wire a messenger to an AI Agent and it becomes a responsive bot; wire it to a Worker for full control.
| Block | Type ID | Platform | Description |
|---|---|---|---|
| Telegram AI Bot | ai.telegram_bot | Telegram | Turnkey AI bot — system prompt + LLM auto-replies, and a host for Telegram Mini Apps (see below). |
| Telegram (manual) | messenger.telegram | Telegram | Raw Bot API — send/receive, you control the logic. |
| Telegram Channel | messenger.telegram_channel | Telegram | Auto-publish content to channels. |
| Telegram Reader | messenger.telegram_reader | Telegram | Parse public channels via a user-account reader. |
messenger.whatsapp | WhatsApp Business via the Meta Cloud API. | ||
| Discord | messenger.discord | Discord | Bot messages, notifications, commands. |
| Matrix Messenger | messenger.matrix | Matrix | VoIP calls + chat over the Matrix protocol. |
Turn any block into a Telegram Mini App
The Telegram AI Bot is more than a chat bot — it's also a host for Telegram Mini Apps. It has two independent slots, and you can use either or both at once:
- Chat agent — wire an LLM (Claude, ChatGPT, Grok, DeepSeek, Groq) and the bot answers free-text messages.
- Mini App — wire any viewable block (a Persona Twin, a Monitor, a Journal, a dashboard…) and publish it as a Telegram Mini App.
How to publish a Mini App:
- Drag an edge from a viewable block into a Telegram AI Bot.
- A blue "Make Mini App" pill appears in that block's header — click it.
- The block goes live as a Telegram Mini App with its own URL. Your users open a real, interactive view of that block right inside Telegram.
One bot, two roles
Wire a Persona Twin and an LLM agent to the same bot: users chat with the persona in free text and tap to open a rich Mini App view — all from a single Telegram bot. This is the "talk to a character" pattern.
Because the Mini App is just a published block, anything you can render on the canvas — a live call monitor, a persona dashboard with a 3D avatar, a data view — can become a shareable in-Telegram app without writing any front-end code.
How they connect
| From | To | What happens |
|---|---|---|
| Telegram AI Bot | Claude Agent | The bot answers Telegram messages using Claude |
| Persona Twin | Telegram AI Bot | The persona becomes a Telegram Mini App |
| Monitor | Telegram AI Bot | The dashboard is published as an in-Telegram Mini App |
| Worker | Telegram | ctx.telegram sends messages via the bot |