Skip to main content
Channel plugin · listing tai42/channel-telegram

Install

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

The CHANNEL_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 calls setWebhook (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’s our_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