TGINSIGHT CHAT
python-telegram-bot
@pythontelegrambotchannel
Software & ApplicationsThe official channel for the python-telegram-bot library | https://python-telegram-bot.org
Recent posts
Page 12 of 14 · 158 posts
Posted Jun 10
Released v4.2.1 Minor bug fixes: - Fix CallbackQuery.to_dict() bug (thanks to jlmadurga) - Fix editMessageText exception when receiving a CallbackQuery Update to latest version: $ pip install -U python-telegram-bot
Posted May 28
Released v4.2 - Implement Bot API 2.1 - Move botan module to telegram.contrib - New exception type: BadRequest Also, we have a small tutorial now: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-Your-first-Bot Update to latest version with pip install -U python-telegram-bot PS: We're already working on v5.0, featuring an improved JobQueue and better Emoji support.
Posted May 22
Released v4.1.2 This is a fix release for a critical bug due to Bot API 2.1 changes, where getUpdates would fail. Please update immediately: pip install -U python-telegram-bot
Posted May 16
We are currently considering dropping Python 2.6 support. Would you mind answering this quick poll? https://www.strawpoll.me/10227996
Posted May 16
Released v4.1.1 This release fixes the Deprecation warning caused by Dispatcher using two newly deprecated (mostly internally used) methods 😁
Posted May 15
We couldn't find 4.0.4 to release this time, releasing 4.1 instead. 😉 Released 4.1 - Implement API changes from May 6, 2016 - Fix bug when start_polling with clean=True - Methods now have snake_case equivalent, for example telegram.Bot.send_message is the same as telegram.Bot.sendMessage
Posted May 1
Released 4.0.3 - Add missing attribute location to InlineQuery
Posted Apr 29
Released 4.0.2 - Bugfixes - KeyboardReplyMarkup now accepts str again Update with pip install -U python-telegram-bot
Posted Apr 26
Released v4.0.1 - Implement Bot API 2.0 - Almost complete recode of Dispatcher - Please read the Transition Guide to 4.0 - Changes from 4.0rc1 - The syntax of filters for MessageHandler (upper/lower cases) - Handler groups are now identified by int only, and ordered - Note: v4.0 has been skipped due to a PyPi accident Transition guide: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transition-guide-to-Version-4.0 Update to latest version: pip install -U python-telegram-bot
Posted Apr 23
We also have a small website now: https://python-telegram-bot.org/
Posted Apr 22
Released 4.0rc1 - Implement Bot API 2.0 - Almost complete recode of Dispatcher - Please read the Transition Guide to 4.0: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Transistion-guide-to-Version-4.0 To install, use pip install python-telegram-bot==4.0rc1 Please note: This release is not backwards compatible to 3.4
Posted Mar 22
New stable release v3.4! It features - Move Updater, Dispatcher and JobQueue to new telegram.ext submodule (thanks to @rahiel) - Add disable_notification parameter (thanks to @aidarbiktimirov) - Fix bug where commands sent by Telegram Web client would not be recognized (thanks to @shelomentsevd) - Add option to skip old updates on bot startup - Send files from BufferedReader