What is the limit of sending messages from a telegram bot

Zaid Al-Omari picture Zaid Al-Omari · Aug 27, 2017 · Viewed 22.7k times · Source

I would like to understand the limits that Telegram bot API is imposing on message sending.

I know that currantly you cannot send more than 30 messages to differant users.

I have many bots running on the same server (Webhooks & Pull Updates), does they affect each others limits ?

I also have a multi-tenant bot that you can register many bot accounts, and it will manage them all in the same way concurrently.

If I am sending messages using differant bot accounts (tokens) but from the same server does it limit me to 30 messages per host or per bot account ?

Answer

Sean picture Sean · Aug 27, 2017

About rate limit, please see this FAQ, there already explained that.

Rate limit is based on bot account, so even you can create 20 bots to avoid hitting rate limit.