python-telegram-bot
前往频道在 Telegram
The official channel for the python-telegram-bot library | https://python-telegram-bot.org
显示更多📈 Telegram 频道 python-telegram-bot 的分析概览
频道 python-telegram-bot (@pythontelegrambotchannel) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 17 071 名订阅者,在 技术与应用 类别中位列第 7 761,并在 中国 地区排名第 13 577 位。
📊 受众指标与增长动态
自 невідомо 创建以来,项目保持高速增长,吸引了 17 071 名订阅者。
根据 05 六月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 143,过去 24 小时变化为 -1,整体触达仍然可观。
- 认证状态: 未认证
- 互动率 (ER): 平均受众互动率为 46.31%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
- 帖子覆盖: 每篇帖子平均可获得 0 次浏览,首日通常累积 0 次浏览。
- 互动与反馈: 受众积极参与,单帖平均反应数为 0。
📝 描述与内容策略
作者将该频道定位为表达主观观点的平台:
“The official channel for the python-telegram-bot library | https://python-telegram-bot.org”
凭借高频更新(最新数据采集于 06 六月, 2026),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。
17 071
订阅者
-124 小时
+317 天
+14330 天
帖子存档
17 074
Please note that this is also a security fix release, fixing a DoS caused by malicious clients.
See #1076 for more details.
17 074
We've just released v10.0.2!
As always, upgrade using pip install python-telegram-bot -U
Important fix:
- Handle utf8 decoding errors (#1076)
New features:
- Added Filter.regex (#1028)
- Filters for Category and file types (#1046)
- Added video note filter (#1067)
Fixes:
- Fix in telegram.Message (#1042)
- Make chat_id a positional argument inside shortcut methods of Chat and User classes (#1050)
- Make Bot.full_name return a unicode object. (#1063)
- CommandHandler faster check (#1074)
- Correct documentation of Dispatcher.add_handler (#1071)
- Various small fixes to documentation.
We wish to thank everyone who had contributed to this release. Happy upgrades everyone!
17 074
We've just released v10.0.1!
TL;DR
Fixed an error on the new
ConversationHandler timout argument.
- As always, upgrade using pip install python-telegram-bot -U
Fixes:
- Fix conversationhandler timeout (PR #1032)
- Add missing docs utils (PR #912)17 074
We've just released v10.0.0!
TL;DR
Stability fixes
Bot API v3.6
Removed deprecated APIs
- As always, upgrade using
pip install python-telegram-bot -U
Non backward compatabile changes and changed defaults
- JobQueue: Remove deprecated prevent_autostart & put() (PR #1012)
- Bot, Updater: Remove deprecated network_delay (PR #1012)
- Remove deprecated Message.new_chat_member (PR #1012)
- Retry bootstrap phase indefinitely (by default) on network errors (PR #1018)
New Features
- Support v3.6 API (PR #1006)
- User.full_name convinience property (PR #949)
- Add send_phone_number_to_provider and send_email_to_provider arguments to send_invoice (PR #986)
- Bot: Add shortcut methods reply_{markdown,html} (PR #827)
- Bot: Add shortcut method reply_media_group (PR #994)
- Added utils.helpers.effective_message_type (PR #826)
- Bot.get_file now allows passing a file in addition to file_id (PR #963)
- Add .get_file() to Audio, Document, PhotoSize, Sticker, Video, VideoNote and Voice (PR #963)
- Add .send_*() methods to User and Chat (PR #963)
- Get jobs by name (PR #1011)
- Add Message caption html/markdown methods (PR #1013)
- File.download_as_bytearray - new method to get a d/led file as bytearray (PR #1019)
- File.download(): Now returns a meaningful return value (PR #1019)
- Added conversation timeout in ConversationHandler (PR #895)
Changes
- Store bot in PreCheckoutQuery (PR #953)
- Updater: Issue INFO log upon received signal (PR #951)
- JobQueue: Thread safety fixes (PR #977)
- WebhookHandler: Fix exception thrown during error handling (PR #985)
- Explicitly check update.effective_chat in ConversationHandler.check_update (PR #959)
- Updater: Better handling of timeouts during get_updates (PR #1007)
- Remove unnecessary to_dict() (PR #834)
- CommandHandler - ignore strings in entities and "/" followed by whitespace (PR #1020)
- Documentation & style fixes (PR #942, PR #956, PR #962, PR #980, PR #983)
- Many contributors for this version, some of them for the first time, thank you all! (appologies if some1 had been forgotten):
Daniel Reed <nmlorg@gmail.com>
Eldinnie <Eldinnie@users.noreply.github.com>
Evgen <evgfilim1@yandex.ru>
graynk <gray.nk@gmail.com>
Jacob Bom <bomjacob@gmail.com>
Jannik <32801117+code1mountain@users.noreply.github.com>
Joscha Götzer <joscha.goetzer@gmail.com>
Mischa Krüger <makmanx64@gmail.com>
Noam Meltzer <tsnoam@gmail.com>
Oleg <fmorte@ya.ru>
Paul Larsen <pn1315@ic.ac.uk>
Willem <github@canihavesome.coffee>17 074
We've just released v9.0.0!
TL;DR
Upgrade to get Bot API 3.5 support.
Drop support for python v3.3
- As always, upgrade using
pip install python-telegram-bot -U
Breaking changes (possibly)
- Drop support for python 3.3 (PR #930)
Python 3.3 has reached
End Of Life status.
New Features
- Support Bot API 3.5 (PR #920)
NOTE: Because a major rework of some internals for the library is needed to support the upload of new files with send_media_group this is currently not yet available. For now you can use file_id's or url's for media to send in a media group.
Changes
- Fix race condition in dispatcher start/stop (#887)
- Log error trace if there is no error handler registered (#694)
- Update examples with consistent string formatting (#870)
- Various changes and improvements to the docs.
We wish to thank everyone who had contributed to this release. Happy upgrades everyone!17 074
We've just release v8.1.1!
TL;DR
Thanks for bringing a small error in our improve commandhandler to our attention. This is a hotfix for the risen problems with single character messages and the
CommandHandler
- As always, upgrade using
pip install python-telegram-bot -U
Changes:
Fix Commandhandler crashing on single character messages (PR #873)
We wish to thank everyone who had contributed to this release. Happy upgrades everyone!17 074
We've just released v8.1.0!
TL;DR
Upgrade to get Bot API 3.4 support.
- As always, upgrade using
pip install python-telegram-bot -U
Changes:
New features
- Support Bot API 3.4 (PR #865).
Changes
- MessgaeHandler & RegexHandler now consider channel_updates.
- Fix command not recognized if it is directly followed by a newline (PR #869).
- Removed Bot._message_wrapper (PR #822).
- Unitests are now also running on Appveyor (Windows VM).
- Various unitest improvments.
- Documentation fixes.
We wish to thank everyone who had contributed to this release. Happy upgrades everyone!17 074
We just released v8.0.0!
TL;DR
- We wish to thank everyone who had contributed to this major release. If for some reason your name is not in AUTHORS.rst please don't be shy and send us a PR to add your name.
- As always, upgrade using
pip install python-telegram-bot -U
New features:
- Fully support Bot Api 3.3 (PR #806).
-
DispatcherHandlerStop (see docs).
- Regression fix for text_html & text_markdown (PR #777).
- Added effective_attachment to message (PR #766).
Non backward compatible changes:
- Removed Botan support from the library (PR #776).
- Fully support Bot Api 3.3 (PR #806).
- Remove de_json() (PR #789).
Changes:
- Sane defaults for tcp socket options on linux (PR #754).
- Add RESTRICTED as constant to ChatMember (PR #761).
- Add rich comparison to CallbackQuery (PR #764).
- Fix get_game_high_scores (PR #771).
- Warn on small con_pool_size during custom initalization of Updater (PR #793).
- Catch exceptions in error handler for errors that happen during polling (PR #810).
- For testing we switched to pytest (PR #788).
- Lot's of small improvements to our tests and documentation.17 074
Hi,
We just wanted to let you all know that @EchteEldin & @BomJacob have been promoted to maintainers of the ptb project.
Both of them showed a major commitment & dedication to the project and have contributed a lot of their knowledge and experience. We were always happy to have them as part of the dev team, so we can only be delighted to have them as part of the maintainers.
@BomJacob & @EchteEldin - congratulations!
17 074
We just released v7.0.1 (a bug fix release).
Changes:
- Fix TypeError exception in RegexHandler (PR #751).
- Small documentation fix (PR #749).
As always, upgrade using:
pip install -U python-telegram-bot17 074
We just released v7.0.0!
TL;DR
- We wish to thank everyone who had contributed to this major release. If for some reason your name is not in AUTHORS.rst please don't be shy and send us a PR to add your name.
- As always, upgrade using
pip install python-telegram-bot -UChanges: - Fully support Bot API 3.2. - New filters for handling messages from specific chat/user id (PR #677). - Add the possibility to add objects as arguments to send_* methods (PR #742). - Fixed download of URLs with UTF-8 chars in path (PR #688). - Fixed URL parsing for
Message text properties (PR #689).
- Fixed args dispatching in MessageQueue's decorator (PR #705).
- Fixed regression preventing IPv6 only hosts from connnecting to Telegram servers (Issue #720).
- ConvesationHandler - check if a user exist before using it (PR #699).
- Removed deprecated telegram.Emoji.
- Removed deprecated Botan import from utils (Botan is still available through contrib).
- Removed deprecated ReplyKeyboardHide.
- Removed deprecated edit_message argument of bot.set_game_score.
- Internal restructure of files.
- Improved documentation.
- Improved unitests.17 074
We just released v6.1.0!
- Fully support Bot API 3.0
- Add more fine-grained filters for status updates
- Bug fixes and other improvements
As always, upgrade using
pip install python-telegram-bot -U17 074
There seems to be a problem with the PyPI release of v6.0.2.
Please don't upgrade, we are looking into it.
If you already upgraded, you can downgrade using
pip install python-telegram-bot==6.0.117 074
Released 6.0.2
- Avoid confusion with user's
urllib3 by renaming vendored urllib3 to ptb_urllib3
Upgrade using pip install python-telegram-bot -U17 074
Released 6.1 beta 2
- Bugfixes
- Add filters for payment API
Install it using
pip install python-telegram-bot==6.1b217 074
We just released v6.1 beta 1, which adds the missing Handler classes for the payment API.
You can install it using
pip install python-telegram-bot==6.1b117 074
We just released v6.1 beta 0, which includes all of Bot API 3.0.
You can install it using
pip install python-telegram-bot==6.1b017 074
Released v6.0.1
- Add support for
User.language_code
- Fix Message.text_html and Message.text_markdown for messages with emoji17 074
We just released python-telegram-bot v6.0!
This release adds lots of cool new stuff. To learn more about specific features, please read through the linked pull requests or join us in our Telegram Group and ask around.
- Add support for Bot API 2.3.1
- Add support for
deleteMessage API method
- New, simpler API for JobQueue - PR #484
- Download files into file-like objects - PR #459
- Use vendor urllib3 to address issues with timeouts
- The default timeout for messages is now 5 seconds. For sending media, the default timeout is now 20 seconds.
- String attributes that are not set are now None by default, instead of empty strings
- Add text_markdown and text_html properties to Message - PR #507
- Add support for Socks5 proxy - PR #518
- Add support for filters in CommandHandler - PR #536
- Add the ability to invert (not) filters - PR #552
- Add Filters.group and Filters.private
- Compatibility with GAE via urllib3.contrib package - PR #583
- Add equality rich comparision operators to telegram objects - PR #604
- Several bugfixes and other improvements
- Remove some deprecated code
We'll be working on the new Bot API 3.0 features and bring them to you ASAP. Thanks a lot to all the wonderful people who contributed to this release!
As always, upgrade using
pip install -U python-telegram-bot
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
