# Expose agents, teams, and workflows as Telegram bots with the new Telegram interface and TelegramTools

> The new Telegram interface mounts webhook endpoints directly on AgentOS, turning any agent, team, or workflow into a fully functional Telegram bot.

- Published: 2026-03-17
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/expose-agents-teams-and-workflows-as-telegram-bots-with-the-new-telegram-interface-and-telegramtools
- Markdown: https://agno-com-nine.vercel.app/articles/expose-agents-teams-and-workflows-as-telegram-bots-with-the-new-telegram-interface-and-telegramtools.md

The new `Telegram` interface mounts webhook endpoints directly on AgentOS, turning any agent, team, or workflow into a fully functional Telegram bot. Inbound messages — text, photos, voice notes, audio, video, documents, stickers, and animations — are handled natively and passed to the agent as structured inputs. Responses stream back in real time with live message edits, throttled to stay within Telegram's rate limits, so users see output as it is generated rather than waiting for a complete reply.

Create an agent, expose it with the `Telegram` interface, and serve via `AgentOS`:

See the [Telegram](https://docs.agno.com/agent-os/interfaces/telegram/introduction) docs for more.
