We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Avoiding flood limits (markdown)
Add link to Aioratelimiter source code
Update wiki about the new rate limiting mechanism Squashed commit of the following: commit 2faa5885f3aaf753cbd0f8d72a00c5cf50286dda Author: Hinrich Mahler <[email protected]> Date: Thu Aug 25 20:02:19 2022 +0200 Finish the write-up commit b56cefe0f79de9b399840c383fd8b08865e1b491 Author: Hinrich Mahler <[email protected]> Date: Tue Aug 23 16:07:21 2022 +0200 Write a bit more commit 51a4f322bfc18e6d0b3ff933891e3d7fd0878050 Author: Hinrich Mahler <[email protected]> Date: Tue Aug 23 14:07:05 2022 +0200 Get started on writing new rate limiting wiki page
Rename v14 to v20
update flood limits page
Fix some links manually
Use relative links to other wiki pages via the MediaWiki syntax
Overhaul some pages and restructure a bit.
For the defaults to work, we have to invoke the __new
Remove __del__() call on super() object from example code because __del__() does not exist and causes exceptions
remove beta note
Inform users that according to @BotSupport the 20m/s cap also applies for channels
Updating a ton of wiki pages to v12 I've probably missed some stuff... please edit if so ;)
Adjusted example code to avoid connection pool size warnings; see: https://github.com/python-telegram-bot/python-telegram-bot/issues/787
MQBot's send_message should return result of parent's send_message in order to store it in Promise
Updated Avoiding spam limits (markdown)