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 ?