Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 281
Zaid Al-Omari Avatar asked Aug 27 '17 13:08

Zaid Al-Omari


People also ask

Is there any limit on Telegram?

All Telegram users can already upload files of up to 2GB in size and get unlimited storage of these files on the Telegram Cloud for free. But with Telegram Premium subscribers will have access to an increased file size limit of 4GB.

Can Telegram bots send messages?

Using your new telegram botIn order to use your new bot to send message you'll need to add your bot as a group member to the desired Telegram chat. Once that's completed, you'll need to reference the chat ID number.

Do Telegram bots pay?

If you have Telegram 4.0 (or newer) installed, you can order goods or services from bots that offer them. These bots may now add a Pay button to their messages. When you tap Pay, you'll be asked to fill in your credit card and shipping information and confirm the payment. Then you get what you paid for.


1 Answers

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.

like image 140
Sean Avatar answered Oct 12 '22 03:10

Sean