telebot
telebot copied to clipboard
Add ignore setWebhook option
The setWebhook method is currently invoked automatically under all circumstances. However, in certain scenarios where multiple instances are running concurrently, this leads to a ratelimiter overload, resulting in bot crashes. This pull request introduces a backward-compatible solution by adding the IgnoreSetWebhook boolean field.