TGTGInsighttelegram intelligenceLIVE / telegram public index
← python-telegram-bot
python-telegram-bot avatar

TGINSIGHT POST

Post #98

@pythontelegrambotchannel

python-telegram-bot

Views10,600Post view count
PostedMar 1403/14/2021, 06:34 PM
Post content

Post content

We've just released v13.4. Thank you to everyone who contributed to this release. As usual, upgrade using pip install -U python-telegram-bot. This release brings full support for Bot API 5.1. Moreover, the argument clean of Updater.start_polling/webhook was deprecated in favour of the new argument drop_pending_updates. Updater.start_webhook now also always calls Bot.set_webhook, so you no longer have to worry about that. Finally, telegram.bot_api_version and telegram.constants.BOT_API_VERSION now include information about which Bot API version your PTB installation supports. For the full list of changes and improvements, please see below. Major Changes: • Full support of Bot API 5.1 (#2424) Minor changes, CI improvements, doc fixes and type hinting: • Improve Updater.set_webhook (#2419) • Doc Fixes (#2404) • Type Hinting Fixes (#2425) • Update pre-commit Settings (#2415) • Fix Logging for Vendored urllib3 (#2427) • Stabilize Tests (#2409)