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

TGINSIGHT POST

Post #116

@pythontelegrambotchannel

python-telegram-bot

Views15,100Post view count
PostedMay 2605/26/2022, 01:28 PM
Post content

Post content

We've just released v13.12. Thank you to everyone who contributed to this release. To upgrade from v13.x to v13.12, use pip install -U python-telegram-bot. Please note that we have recently published the pre-release v20.0a0 and the focus of our development efforts is directed at v20. Our plans for the future of v13 are explained in the v20.0a0 release notes. Major Changes: • Full Support for API 6.0 (#3027) ⚠️ Note that all parameters, attributes and classes with voice_chat/VoiceChat in their name have been renamed to video_chat/VideoChat in order to comply with the Bot API update. The old names have been kept for backwards compatibility. Also note that after the next API update, only HTTPS links will be allowed in the login_url argument of InlineKeyboardButton. • Drop Support for Python 3.6 (#3027) Minor Changes: • Documentation Improvements (#3029)