Telegram vs WhatsApp AI Assistant: What Changed in 2026
Blog

Telegram vs WhatsApp AI Assistant: What Changed in 2026

WhatsApp banned third-party AI assistants in January 2026, then the EU forced it to reopen. Where your users live now decides your channel.

Tessera 9 min read TelegramWhatsAppMetaEuropean CommissionTelegram Bot API

Telegram vs WhatsApp for an AI Assistant: What Changed in 2026

If your users are outside the European Economic Area, Telegram is the only one of the two where a general-purpose AI assistant is actually allowed, because Meta banned third-party general-purpose assistants from the WhatsApp Business API on January 15, 2026. That ban still stands everywhere except the EEA, where the European Commission ordered Meta to reverse it on June 9, 2026, which makes this a permission question first and a cost question second.

The short answer, by where your users are

Your users are inThird-party AI assistant on WhatsAppTelegram
United States, LATAM, Asia, rest of worldNot allowed. Only Meta’s own AI is permittedAllowed, no per-message fee
European Economic AreaAllowed again since June 9, 2026, but only by antitrust order, and provisionallyAllowed, no per-message fee

If you are building a personal assistant and your users are in the US, the decision is already made for you. The reasoning still matters if you are in the EEA or you plan to expand.

What Meta banned, and when

In October 2025 Meta updated its WhatsApp Business Solution Terms to bar third-party general-purpose AI assistants from the platform. The rollout ran in two stages: new WhatsApp Business API users came under the new terms on October 15, 2025, and existing users followed on January 15, 2026.

The distinction Meta drew is between general-purpose and task-specific (full breakdown here):

  • Banned: open-domain assistants. Anything that answers arbitrary questions, generates content on request, or acts as a general conversation companion. ChatGPT, Perplexity, Luzia and Poke all shut down their WhatsApp presence.
  • Still allowed: AI inside a structured business workflow. Order confirmations, support triage, appointment reminders, FAQs, lead qualification, authentication.

Meta’s stated reasoning was that general-purpose bots generated enormous message volume without producing revenue on the platform. After January 15, the only general-purpose AI assistant on WhatsApp was Meta’s own.

That last detail is the whole story. A personal AI assistant, the kind you message to ask anything, is exactly the category Meta prohibited. It is not a grey area or a pricing tier you can buy into. Outside the EEA it is simply against the terms.

What the European Commission forced Meta to undo

Meta’s ban did not survive contact with EU competition law. The Commission opened proceedings on the grounds that Meta was likely abusing a dominant position by refusing rivals access to WhatsApp, and on June 9, 2026 it imposed interim measures on Meta.

The order requires Meta to reinstate access for third-party general-purpose AI assistants to the WhatsApp Business API “under the same terms and conditions that were in place before 15 October 2025, when such access was notably free of charge for all such AI assistants.” Two things are worth pinning down:

  • Scope is the entire EEA. Not worldwide. The January ban is untouched in the US and everywhere else.
  • Duration is until the Commission’s final decision on the merits. These are interim measures taken during an ongoing investigation, not a settled outcome. They could be narrowed, extended, or overtaken by a final ruling.

The effect was immediate: Poke was back on WhatsApp within days. But building a product on a provisional antitrust remedy is a different risk profile than building on a platform that simply permits what you are doing. If you are in the EEA, WhatsApp is open to you today on pre-October-2025 terms. Whether it stays open is a question nobody can answer yet, including Meta.

The three meters on WhatsApp in 2026

Even where a third-party assistant is permitted, WhatsApp added metering through 2026. There are three separate charges to know about, and you can track the official numbers on Meta’s WhatsApp pricing page:

1. Meta Business Agent, billed per token since August 1, 2026. Meta’s own AI agent moved to token-based billing at $2.00 per million tokens, across WhatsApp, Instagram and Messenger. A typical customer interaction runs 20,000 to 25,000 tokens, so roughly $0.04 to $0.05 per conversation. This applies if you use Meta’s agent rather than your own.

2. Service messages become billable again on October 1, 2026. Since late 2024, free-form replies sent inside the 24-hour customer-service window were free. From October 1 they are charged at your country’s utility and authentication template rate, with no volume discount. Meta publishes exact per-country rates before September 1, 2026. We covered this change in detail in WhatsApp charges for service messages from October 2026.

3. Template messages, which were always billed, continue as before.

One piece of good news: incoming messages from customers are not billed. You pay for what your assistant says, not what it hears. That sounds fine until you notice it is precisely backwards for an assistant, whose value is measured in how much it replies.

Stack those together and the WhatsApp cost curve rises with usefulness. The more your assistant does, the more meters spin. That is on top of the server it runs on and the AI tokens behind each reply, which is the same unpredictable-bill problem in a different coat.

What Telegram actually costs and allows

Telegram’s Bot API takes the opposite position on nearly every axis.

  • No per-message fee and no monthly platform fee. The Bot API is free.
  • No policy against general-purpose assistants. There is no equivalent of Meta’s January ban. Open-domain bots are ordinary on Telegram.
  • No business verification and no Business Solution Provider. You message BotFather, you get a token, you are running. Compare that with WhatsApp, which needs Meta Business verification and, in practice, a BSP.
  • Group chats work. A Telegram bot can live in a group. Privacy mode is on by default, so the bot only sees messages addressed to it unless you turn that off, which means the default is the privacy-preserving one.
  • No inbound ports required. Long polling means your bot can sit behind a home connection or a small VPS with nothing exposed. Webhooks are available if you prefer them.

It is not unlimited. Through Telegram’s public servers a bot can send files up to 50 MB and download files up to 20 MB (see the Bot FAQ). If that matters, running your own local Bot API server raises uploads to 2000 MB and removes the download limit, at the cost of hosting it yourself.

The other honest caveat is reach. WhatsApp is where a very large share of the world already is, particularly outside the US. If your audience genuinely will not install another app, that is a real constraint no feature table overrides.

Side by side

Telegram Bot APIWhatsApp Business API
General-purpose AI assistantAllowedBanned since Jan 15, 2026, except EEA by antitrust order
Per-message feeNoneService messages billed from Oct 1, 2026, no volume discount
Meta’s own AI agentNot applicable$2.00 per million tokens since Aug 1, 2026
SetupBotFather tokenMeta Business verification plus a BSP
Group chatsYes, privacy mode on by defaultNot designed for it
Inbound portsNot required, long polling availableWebhook endpoint expected
Bot file limits50 MB send, 20 MB download on public serversVaries by media type
Number ban riskNot applicableReal on unofficial routes

If you are considering an unofficial route to put an assistant on WhatsApp, read how to avoid getting your number banned first. Unofficial libraries breach the terms and getting your personal number banned is a common outcome.

Which one should you pick

Pick Telegram if you want a general-purpose personal assistant, you are outside the EEA, you want setup measured in minutes, you want group support, or you simply want one fewer meter between you and your assistant. For most solo founders this is the answer.

Pick WhatsApp if your audience genuinely lives there and will not move, and your use case is a structured business workflow rather than an open-domain assistant. Order updates, bookings and support triage are still perfectly legitimate on WhatsApp, and if that is what you are building, the January ban does not touch you.

If you are in the EEA and want both, you can have both today. Just size the risk that the interim measures are provisional, and keep Telegram as the channel you control.

The pattern worth noticing is that the two platforms are diverging on purpose. Telegram is courting bot developers. Meta is monetizing automated messaging and steering businesses toward its own AI. Neither is wrong, but only one of them wants your independent assistant on it.

The flat-rate angle

Channel choice is one meter. The AI behind the replies is the other, and it is usually the bigger one. An assistant that gets used is an assistant that burns tokens, so a per-token bill grows exactly as the thing becomes useful.

Tessera Founder is built to remove both meters. We connect Telegram on day one through the official Bot API, so there is no per-message charge and no business verification to clear. WhatsApp is available through the official Meta API where policy permits it, and we are straightforward about the October per-message cost that Meta applies there. The AI itself is included at a flat 55 EUR (or 55 USD) a month, with no token meter.

The model behind it is Qwen3.6-35B-A3B, an open-source model we host and run for you. That matters here for a specific reason: an assistant you actually rely on is one whose costs and whose model you can reason about. Your Hermes agent, the open-source OpenClaw-style assistant we manage, runs on Telegram with a flat bill and no surprises. If you want the longer argument, see the OpenClaw alternative comparison or what running one really costs.

What to do this month

  • If your assistant is on WhatsApp through an unofficial route, move it. That has been a ban risk all along and is now a policy violation too.
  • If you are outside the EEA and running a general-purpose assistant on the official API, you are already offside. Telegram is the direct fix, and setting up a Telegram AI bot takes minutes.
  • If you are in the EEA, you have a genuine choice. Watch for the Commission’s final decision before making WhatsApp your only channel.
  • Whichever you pick, watch for Meta’s per-country service-message rate card, due before September 1, so your October budget uses real numbers.

FAQ

Can I use ChatGPT on WhatsApp in 2026?

Outside the European Economic Area, no. Meta banned third-party general-purpose AI assistants on January 15, 2026, and ChatGPT, Perplexity, Luzia and Poke withdrew. Inside the EEA the European Commission ordered Meta on June 9, 2026 to reinstate access, so they are available there while that order stands.

Does Telegram charge for AI bot messages?

No. The Telegram Bot API has no per-message fee and no monthly platform fee. You still pay for your server and for the AI model behind the replies.

Is a personal AI assistant against WhatsApp’s terms?

Outside the EEA, yes, if it is general-purpose. Meta permits AI inside structured business workflows such as order tracking, bookings and support triage, but not open-domain assistants. Meta’s own AI is the exception.

What will WhatsApp service messages cost from October 2026?

They are billed per message at each country’s utility and authentication template rate, with no volume discount. Meta publishes per-country rates before September 1, 2026. Incoming customer messages are not billed.

How much does Meta Business Agent cost?

Since August 1, 2026, Meta’s own AI agent costs $2.00 per million tokens across WhatsApp, Instagram and Messenger. A typical interaction uses 20,000 to 25,000 tokens, roughly $0.04 to $0.05 per conversation.