Post content
A new release, at last! python-telegram-bot v5.1 is now available on PyPI Changelog: - Drop Python 2.6 support - Deprecate telegram.Emoji - Use ujson if available - Add instance methods to Message, Chat, User, InlineQuery and CallbackQuery - RegEx filtering for CallbackQueryHandler and InlineQueryHandler - New MessageHandler filters: forwarded and entity - Add Message.get_entity to correctly handle UTF-16 codepoints and MessageEntity offsets - Fix bug in ConversationHandler when first handler ends the conversation - Allow multiple Dispatcher instances - Add ChatMigrated Exception - Properly split and handle arguments in CommandHandler First of all: Sorry for letting you wait so long between two releases. Second of all: Holy shit! What an epic changelog! 7 different contributors worked on this release, and there is some cool new stuff to explore. Check out our updated examples on GitHub! As always, you can upgrade to the latest version with pip install -U python-telegram-bot