Skip to main content
import { telegram } from "spectrum-ts/providers/telegram";
The Telegram provider connects your agent to the Telegram Bot API. Inbound messages are delivered through Fusor webhooks. Outbound messages use the Bot API directly. The provider supports text, media, reactions, replies, typing indicators, edits, and lazy media downloads.

Explore Telegram

Setup

Configure a bot token, register webhooks, and run an echo loop.

Conversations and features

Start Telegram chats and see which content features the provider supports.