Telegram enables two‑tap AI bots
- Telegram added “Managed Bots” in Bot API 9.6 on April 3, letting one bot create and control other bots through special `t.me/newbot/...` links instead of the usual manual setup. - The update added new bot-building tools including `request_managed_bot`, `getManagedBotToken`, and `replaceManagedBotToken`, plus messages and updates that report when a managed bot is created or its token changes. - Telegram says its bot platform already hosts more than 10 million bots, and business accounts can connect bots to answer messages on their behalf. (core.telegram.org 1) (core.telegram.org 2)
Telegram’s new bot update does not let every user build an artificial intelligence agent from scratch. It lets developers build one “manager” bot that can spin up other Telegram bots for users through a link. (core.telegram.org) Telegram shipped the feature in Bot API 9.6 on April 3, 2026, under the name “Managed Bots.” The changelog says bots can now request the creation of a managed bot, receive creation events, and fetch or replace that bot’s token. (core.telegram.org) The key mechanic is a special link format: `t.me/newbot/{manager_bot_username}/{suggested_bot_username}` with an optional suggested display name. That turns bot creation into a guided flow inside Telegram instead of sending users through the older BotFather setup. (core.telegram.org) Telegram described the consumer-facing change in its March 31 product post as “bots that can create and manage other bots.” The same update also bundled an in-app AI text editor and new poll features, which helped the bot change land as part of a broader artificial intelligence push. (telegram.org) The underlying idea is simple: one bot becomes a factory for other bots. A developer can build the logic once, then let each user generate a separate bot identity with its own token and account. (core.telegram.org) That matters because Telegram’s bot platform is already large. Telegram says the platform hosts more than 10 million bots, supports Mini Apps, payments, threaded chats for chatbots, and business integrations that let bots answer messages on behalf of an account. (core.telegram.org 1) (core.telegram.org 2) The feature is not fully no-code in the broad sense implied by some social posts. End users can create a managed bot through a lightweight flow, but a developer still has to build the manager bot, define the experience, and handle the new bot’s token and lifecycle. (core.telegram.org) Telegram’s business tools show where this could be used first. Its Business API says users can connect a bot that processes and answers messages on their behalf, though Telegram also says only one business bot can currently be connected to a user account at a time. (core.telegram.org) So the shift is less “1 billion people can now launch AI agents in two taps” than “Telegram gave developers a faster way to provision user-specific bots inside its app.” If those developers plug in large language models, the result can look like a personal AI agent delivered through Telegram chat. (core.telegram.org) (telegram.org)