Search code examples
telegramtelegram-bottelegram-webhook

What is the limit of sending messages from a telegram bot


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 ?


Solution

  • 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.