Channel plugin · listing tai42/channel-telegramInstall
Permissions
Provides
telegram
Channel — Deliver ask_user questions to a Telegram chat and bridge the typed reply back.
Bridge a Telegram bot to an agent, or deliver ask_user questions into a chat. A
message runs an agent turn and the answer comes back in the same chat.
Enable it
manifest.yml
Configuration
TheCHANNEL_TELEGRAM_ env group. CHANNEL_TELEGRAM_REDIS_URL (and the
inherited connection-tuning fields) point the plugin-owned correlation store.
Webhook registration is automatic
Unlike the other channels, Telegram’s webhook is registered automatically: on startup the plugin callssetWebhook (idempotent) to point Telegram at
{PUBLIC_BASE_URL}/api/channels/telegram/inbound with the secret token. You do
not configure it by hand.
Create a bridge route
A Telegram route’sour_identity is the bot’s numeric id — the digits before
the : in the bot token. client_address is the numeric chat id, so each chat
holds its own conversation:
See also
- Client conversations — the bridge model and delivery outcomes.
- Conversation bridge — every setting and the authorization model.

