Agents

Telegram Adds Managed Bots Feature in Bot API 9.6

Bot API 9.6 lets one bot create and control others via a deep link. No more BotFather token copy-paste.

Oliver Senti
Oliver SentiSenior AI Editor
April 26, 20263 min read
Share:
Abstract illustration of a single source branching into multiple smaller messaging icons against a deep blue gradient background

Telegram released its Bot API 9.6 update on April 3, 2026, introducing a feature called Managed Bots that lets a parent bot create and control child bots through a single deep link. The change strips out the manual BotFather token-copying flow that has defined Telegram bot creation for years.

Here's how it works. A bot turns on Bot Management Mode through the BotFather mini app, which flips a "can_manage_bots" flag on its account. After that, sharing a link shaped like "https://t.me/newbot/{manager_bot}/{suggested_username}" opens a pre-filled creation screen for the recipient. Tap confirm. A new bot exists, and the manager already has its token through the new "getManagedBotToken" method.

That's the actual change. Most of the breathless coverage describing this as a leap forward for "personal AI agents" is reading something into the spec that isn't there. Bot API 9.6 doesn't add AI anywhere. It adds plumbing. What developers build on top of that plumbing is up to them, and Telegram bots have ranged from useful to actively malicious for the platform's entire decade-plus history.

What's actually new

Beyond the deep link itself, the update introduces a handful of classes and methods worth knowing about: ManagedBotCreated, ManagedBotUpdated, KeyboardButtonRequestManagedBot, plus a replaceManagedBotToken method for rotating tokens after creation. Mini Apps can use savePreparedKeyboardButton to request bot creation from inside a web app context.

The friction point worth watching is mandatory user confirmation. Telegram requires explicit approval before any managed bot is created, which the company says is meant to head off abuse. Whether that's enough is a separate question. Telegram bots have carried a spam reputation for years, and a mechanism to spin up swarms of new bots through a single link is the kind of thing scammers will probe for weaknesses on day one.

The billion-user pitch

Coverage of the launch keeps coming back to scale: a billion monthly users, no install required, agents inside the messenger. That MAU figure is real. Pavel Durov announced the milestone in March 2025. But "1 billion users" is also Telegram's answer to almost every product question now, and the relevant number for Managed Bots is closer to how many of those billion users will tap a creation link from a developer they don't know. Not many, at first.

The commercial play is clearer. Telegram has been pushing toward a working monetization layer for a while now, with Premium subscriptions, the Stars currency, and ad revenue sharing for channels. An easier path for developers to deploy customer service bots and subscription products fits that arc. Managed Bots makes the platform more useful to developers who would otherwise build on Discord or a custom web app.

For builders

Practically, onboarding flows can drop from a multi-step BotFather walkthrough to a QR code or shared link. Open-source projects like the Hermes agent from Nous Research are already wiring up the new methods.

Telegram's Managed Bots reference sits with the rest of its developer documentation, and SDK updates for .NET (Telegram.BotAPI 9.6.0) and other languages have already shipped. The next API version has no announced date.

Tags:telegrambot-apimanaged-botstelegram-botsdeveloper-toolsmessaging-platformspavel-durovai-agents
Oliver Senti

Oliver Senti

Senior AI Editor

Former software engineer turned tech writer, Oliver has spent the last five years tracking the AI landscape. He brings a practitioner's eye to the hype cycles and genuine innovations defining the field, helping readers separate signal from noise.

Related Articles

Stay Ahead of the AI Curve

Get the latest AI news, reviews, and deals delivered straight to your inbox. Join 100,000+ AI enthusiasts.

By subscribing, you agree to our Privacy Policy. Unsubscribe anytime.

Telegram Bot API 9.6 Adds Managed Bots Feature | aiHola