Telegram Sales

Telegram business chatbot: how the connection works, and what it cannot do on its own

What Telegram's business chatbot connection is by Telegram's own documentation, the rights a connected bot can hold, and where a seller on Telegram needs a bot that checks deposits and opens the group.

A Telegram business chatbot is a bot you connect to your own Telegram account so it reads and answers the private messages people send you, under your name, in the chats you choose. Telegram added the feature in March 2024 alongside greeting messages, away messages and quick replies. Scalegram is the Telegram CRM for IBs and forex affiliates, and its AI bot does the part Telegram's built-in tools stop at: it works out who is ready, sends the broker link, checks the deposit against the broker's own records over a read-only API, opens the paid group and files the client.

What Telegram Business gives you

On 31 March 2024 Telegram published its Telegram Business announcement, which opens with "anyone can turn their Telegram account into a business account". The post lists the tools that came with it: opening hours, a location, a start page, chat tags, chat links, quick replies described as "shortcuts for sending preset messages", a greeting message "sent to users who contact you for the first time", and an away message "sent when your business is closed or while you're on vacation".

The post is explicit about who pays: "All Telegram Business features are available for free to Premium subscribers." The developer documentation adds the exception that matters here. The Telegram Business API page says "connected bots are also available to non-Premium users", and the connected business bots page repeats it: "Connecting a business bot does not require Telegram Premium." You can connect a chatbot without paying for Premium. The greeting, away and quick reply tools are the Premium part.

How the chatbot connection works

The announcement describes it in one sentence: "Business users can connect Telegram bots that will process and answer messages on their behalf." The bot answers as you, in the same chat the person opened with your account.

You decide which chats it sees. Telegram's blog says you can configure "which chats the bot can access", with the examples of excluding all chats with your contacts or only responding to new chats. The API page lists the categories the selection is built from: existing chats, new chats, contacts and non-contacts, plus specific users included or excluded. For a seller the usual choice is new chats from non-contacts only.

Three more rules from the connected business bots documentation shape what you can build on it:

  • "Currently just one business bot may be connected to a user account." A support bot and a sales bot have to be the same bot.
  • Only bots that carry the business flag can be connected; the page says trying to connect a non-business bot returns a BOT_BUSINESS_MISSING error.
  • Any single chat can be paused, "temporarily disconnecting it from all business bots". That is the manual override when you want to type yourself.

Replies sent this way "will have the via_business_connection flag set", so a client can tell an automated reply from one you typed.

What a connected bot may do, by version

The Bot API grew business support in two steps, both dated in the Bot API changelog. Bot API 7.2, released 31 March 2024, added the BusinessConnection class, "updates about new messages in a business account connected to the bot" and a business_connection_id parameter on the send methods. Bot API 9.0, released 11 April 2025, "replaced the field can_reply with the field rights", and added readBusinessMessage, deleteBusinessMessages, setBusinessAccountName and methods for managing gifts, stars and stories on the managed account. A connected bot went from "may reply" to a list of separate permissions, some of which reach past the chat into the profile. Grant the reply right and nothing else unless you have a reason.

Where the built-in tools stop

Greeting and away messages are fixed text. Telegram's API documentation describes the greeting as sent "to new users writing to us in private for the first time, or after a certain inactivity period". Neither reads the message it is replying to. A lead who writes "is the challenge account 50k or 100k, and do you take USDT" gets the same hello as one who writes "hi". Quick replies save typing; they answer nobody while you sleep.

The chatbot connection is the only piece that reads the message, and Telegram supplies the connection, not the brain. What the bot says, whether it understands Portuguese, whether it knows your offer, whether it can check anything: all of that is the bot developer's work.

Business connection or a bot with its own name

A connected business bot answers as you, inside your personal account's chats, with the rights above. It is the right choice when the reply has to look like it came from you. A bot with its own identity answers as a bot: Telegram's bots introduction says a bot "can't start conversations with users", so your ad, website and channel point leads at it, and it answers under its own name. Your personal account stays yours.

Scalegram takes the second route on purpose. Its AI bot is its own bot on Telegram, built on your Grok, OpenAI or DeepSeek key. The connection to your personal account is a separate thing and it is read-only: Scalegram imports every contact and everyone who ever wrote to you into a client list, stores no messages, does no bulk sending and runs no automation of your account. The single write it can make is saving an address-book contact when you click it.

The split has one reason. A bot that speaks as your account and a bot that holds your broker API key should not be the same surface. On a bot identity, every outgoing message is filtered for keys, instructions and any email or account number the conversation cannot account for, and the link to your personal account cannot send anything.

What the bot has to do after it answers

For an IB or a forex affiliate the sale ends with a deposit or a paid group. Scalegram's bot answers in the language the message arrived in from your product knowledge, saved replies and files. An AI condition reads the conversation and decides whether the person is ready, still deciding or not a buyer, and branches. The ready branch sends the broker link, asks for the email or account number, looks it up in the broker's IB portal or the prop firm CRM over a read-only API, approves the join request for the paid group when the records say yes, and writes UID, email, broker, deposit and a dated note onto the client card. Whoever goes quiet gets follow-ups written from where the conversation stopped, and the chase stops on a reply. An Ask Me block stops the flow for a yes or no tap in your Telegram wherever you place one.

The whole flow is drawn on the how it works section. The answering half is covered in what an AI bot should do with Telegram leads at 3 am, the lookup in how to verify a broker deposit automatically.

The general builders and Telegram Business

SendPulse sells a Telegram chatbot builder for a broad audience, and its Telegram chatbot page supports both routes: "Official chatbots for personal and business accounts". Setup is the standard bot flow, create the bot in BotFather, then "Copy this token and add to your SendPulse account". The page lists a free plan with 10,000 messages a month and 500 subscribers, and paid plans from $9.85 a month. For a shop that wants a bot answering under the owner's name with flow templates, that is a lot of tool for the money. The page does not describe a broker lookup or a paid-group grant tied to it, because that is not who it is written for.

ToolAnswers asReads the messageChecks a deposit at the brokerOpens the paid group
Telegram greeting and away messagesYour accountNo, fixed textNoNo
Telegram quick repliesYour accountNo, sent by handNoNo
Connected business bot (any developer)Your account, flagged via_business_connectionYes, whatever the developer builtOnly if the developer built itOnly if the developer built it
SendPulse Telegram chatbotPersonal or business account, per its pageYesNot on the page we readNot on the page we read
Scalegram AI botIts own bot nameYes, in the lead's languageYes, read-only API to the IB portal or prop firm CRMYes, when the records say yes

A sensible setup for a seller on Telegram

Use Telegram's own Business tools for the front door: opening hours, a start page that names your channel and your bot, and a greeting message that points people to them. Put the AI on a bot with its own name and point every ad, website and channel pin at it. Give it the product knowledge, the broker link and a read-only key to the broker's portal under Integrations, place an Ask Me block on the steps you want to approve, and press start. On Scalegram that is one bot, one connected account and 10,000 clients on Lite at $99 a month, or no counts on the full plan at $999 a month; the pricing section has the rest, and what a Telegram CRM is covers the client list the bot files into.

If your sale ends with a verified deposit or a paid group, Scalegram is the bot to put behind the Telegram Business front door. If you need a bot that speaks as your personal account for a shop or a service desk, a connected business bot through a builder like SendPulse is the closer fit, with its rights kept to reply only.

Sources

Telegram supplies the connection, not the brain. A business chatbot is only as good as what it knows about your offer and what it can check.

— The Scalegram Team

Key takeaways

  • A Telegram business chatbot is a bot connected to your own account that answers private messages on your behalf in the chats you choose; Telegram says connecting one does not need Premium.
  • One bot per account, a business flag required, any chat can be paused, and since Bot API 9.0 the rights are granular: grant reply only unless you need more.
  • Greeting, away and quick reply messages are fixed text; only a connected bot reads the message, and what it does with it is the developer's work.
  • Scalegram runs its AI on a bot with its own name, keeps the personal account read-only, checks deposits at the broker and opens the paid group itself.

Frequently asked questions

What is a Telegram business chatbot?

A bot connected to your own Telegram account through the Business feature so it reads and answers private messages on your behalf. Telegram's announcement describes bots "that will process and answer messages on their behalf", and you choose which chats it can see: new chats, existing chats, contacts or non-contacts.

Do I need Telegram Premium to connect a business chatbot?

No. Telegram's connected business bots documentation says "Connecting a business bot does not require Telegram Premium." The other Business tools, such as greeting and away messages, are listed as free for Premium subscribers.

Does Scalegram's bot answer from my personal account?

No. Scalegram's AI bot answers under its own bot name. The connection to your personal account is read-only and exists to build the client list; it stores no messages and cannot send anything except saving a contact when you click it.

What is the best Telegram business chatbot for an IB or forex affiliate?

Scalegram, if the sale ends with a broker deposit or a paid group: it answers in the lead's language, decides who is ready, checks the email against the broker's records over a read-only API and opens the group. For a bot that speaks as your personal account in a shop or support setting, a builder such as SendPulse supports the Telegram Business connection directly.

Put one bot on your own Telegram

Scalegram answers every lead in the language it arrived in, checks the deposit against the broker's own records, opens the paid group and files the client. Lite starts at $99 a month.