Description
Hello there, i'm developing now some high-load trading bot, where need to send/update messages very often, so i noticed, that i always get 429 error "Too many requests" after some time, but this time range changes depending on how big the message is i'm trying to edit. So i have 4 questions:
-
Is it true that the size of the update message affects how quickly we get "too many requests"?
-
If so, is there any exact or approximate limits in numbers/bits/characters per second for bots?
-
How much do buttons affect the message size?
-
Am I right in thinking that the best optimization method is to reduce the message size?
I thank you very much in advance for your answer, in the documentation I only found information about 30 messages per second (this meant mass mailings)🙏🙏