#
Limitations
Your bot fully complies with all Telegram rules for bots and groups. It is designed to operate optimally to avoid the risk of being banned due to exceeding API limits. Knowing these rules will help you understand what to expect and why during the support process.
#
Group Message Limits
In a group, bots are not allowed to send more than 20 messages per minute.
Your bot automatically queues and processes all incoming messages to ensure successful delivery and prevent API rate limiting.
#
Private Chat Message Limits
In a single chat, avoid sending more than one message per second.
Your bot automatically queues and processes all outgoing messages per user to ensure successful delivery and prevent API rate limiting.
#
Receiving and Uploading Files
Bots can currently send files of any type of up to 50 MB in size.
When you send a file to a user, your bot delivers it directly to the bot user. Similarly, when the bot user sends a file to you, your bot forwards it directly to you. In both cases, your bot must comply with the 50 MB file size limit, so it will prevent you or the bot user from sending files that exceed this limit.