
On May 7, 2026, Telegram became the first billion-user messaging platform to enable native, direct communication between autonomous AI bots — a capability that developers and AI researchers have sought for years and one that lands well ahead of any enacted federal standard for securing the multi-agent systems it makes possible.
The update, announced by founder and CEO Pavel Durov in a post that also introduced more than ten other new features, expands the Telegram Bot API to allow what the company calls "bot-to-bot communication mode." Under the new system, one bot can send a private message directly to another bot by referencing its @username — but only when both the sender and the recipient have explicitly opted into the mode. That mutual opt-in is a deliberate design choice intended to prevent automated spam chains.
The change removes a technical barrier that had existed since the Bot API launched more than a decade ago. Until May 7, Telegram bots could not address each other directly; developers who needed multi-agent workflows had to route messages through a custom server acting as an intermediary. That workaround is now unnecessary.
Telegram's Bot API Gains a Native Multi-Agent Coordination Layer
Telegram outlined several concrete use cases in its announcement: a code-review bot receiving a request from a collaborator bot and returning results to a human-monitored group chat; enterprise booking and customer-service bots delegating sub-tasks to specialist bots; and multi-step AI workflows that execute end-to-end without any human relay point. In each scenario, users who choose to watch can observe bot-to-bot conversations, making Telegram's infrastructure function as an observable coordination layer rather than a black-box backend.
The practical significance is that Telegram's Bot API already hosts more than 10 million bots. Those bots can now form networks. A developer deploying an AI research agent, for example, can have that agent offload a data-retrieval subtask to a dedicated specialist bot and receive the result back — all within Telegram's native message delivery infrastructure, using an audience of more than one billion existing users as a deployment environment.
The same update introduced Chat Automation, which lets individual Telegram users connect a bot to their own profile to handle replies on their behalf, with user-configurable controls over which conversations the bot can access. Bots also now support Streaming Text, displaying responses progressively as a model generates them. A Custom AI Styles feature lets users write prompts that define writing voices, shareable via links.
Late March's Managed Bots Feature Set the Stage; Developers Responded the Same Day
The bot-to-bot announcement builds directly on Managed Bots, introduced in the March 31, 2026 update. That feature lets a single "manager bot" create and configure personalized agent bots for individual users in two taps, eliminating the manual BotFather token setup. The combination — Managed Bots for frictionless deployment, bot-to-bot communication for agent coordination — constitutes a coherent agentic platform within a consumer messaging app.
Developer response was immediate. On May 7, the team behind OpenClaw, an open-source AI agent runtime that uses Telegram as its primary communication layer, filed a GitHub issue the same day requesting implementation support for the new feature. The issue describes a four-agent setup — agents named Ari, Finn, Remi, and Tai — in which one agent would delegate a billing query to a specialist peer and surface the answer to a human, with no human chat thread serving as an intermediary relay. Before May 7, the team had built a workaround routing system because Telegram bots could not see each other; the new API removes that constraint at the platform level.
Multi-Agent Security Research Identifies Risks the Platform Does Not Yet Address
The same week Telegram shipped the feature, the security community was actively publishing on the risks of exactly these kinds of systems. A March 2026 study by researchers at Georgia Institute of Technology, Kennesaw State University, and the OWASP Foundation surveyed seventeen existing security frameworks against multi-agent system cybersecurity risks and found that the best-covered framework — the OWASP Agentic Security Initiative — addressed only 65.3 percent of the identified threat categories. Non-determinism and data leakage were identified as the two most under-addressed risk domains across all frameworks reviewed.
A separate 2025 paper from researchers at the Cooperative AI Foundation identified three structural failure modes specific to multi-agent architectures — miscoordination, conflict, and collusion — and seven underlying risk factors including network effects, emergent agency, and inter-agent trust exploitation, in which a breach in one agent cascades through the trust relationships between others in a network. Oxford researcher Christian Schroeder de Witt, writing on open challenges in multi-agent security, identified secret collusion and coordinated swarm attacks as novel threat classes that existing cybersecurity frameworks were not built to detect.
None of these risks are unique to Telegram, and the bot-to-bot feature includes the mutual opt-in requirement as a structural safeguard. But no enacted federal law specifically governs multi-agent AI systems running on consumer messaging infrastructure. The OWASP Agentic Security Initiative and NIST's AI Risk Management Framework provide voluntary guidance; neither carries enforcement authority.
Telegram's own history adds context without constituting a direct risk from this feature. The platform's Bot API has been documented as a command-and-control channel by malware families including DeerStealer and Lumma Stealer, according to a December 2025 NVISO research report. Telegram blocked more than 34 million groups and channels in 2025 following increased law enforcement cooperation after Durov's August 2024 arrest in France, where he remains under a formal criminal investigation for alleged complicity in organized crime on the platform.
Telegram's Broader Positioning: Open Infrastructure for AI Competition
Telegram's trajectory on this feature set is deliberate. In its announcement, the company described itself as "the only platform where all AI models can compete freely — while users have full control over their experience," framing the Bot API as neutral infrastructure for AI services rather than a single-assistant product.
That positioning is notable. Where most agentic AI deployment environments remain inside enterprise tooling or developer sandboxes with limited user bases, Telegram is building these capabilities into a platform with more than one billion monthly active users, an open bot-creation model, and a consistent track record of shipping API expansions faster than governance frameworks can follow. The bot-to-bot feature is the clearest expression of that strategy yet: not a product built for AI, but existing communications infrastructure repurposed as a deployment layer for AI coordination networks.
For developers, the practical question is no longer whether multi-agent coordination on Telegram is possible. It is. The questions now are how to secure agent trust chains in a platform-native environment, what the mutual opt-in requirement does and does not protect against, and whether the voluntary security frameworks available today are adequate for what is being built.
ⓒ 2026 TECHTIMES.com All rights reserved. Do not reproduce without permission.




