pyTelegramBotAPI
2.13K subscribers
56 links
pyTelegramBotAPI channel
Download Telegram
pyTelegramBotAPI version update to 3.4.1
Change log:
- Telegram bot api 3.4 features. https://core.telegram.org/bots/api#october-11-2017
- Fix new message trigger command_handler and next_step_handler same time. Now only trigger next_step_handler. #405
- Fix #414
πŸ‘3
πŸŽ‰ v.4.0.0 - up to date!

Great news!

πŸ’« Library is now support the latest Bot API (v.5.3)!
- (With some limitations, see compatibility list in readme).

We hope to keep it now up to date with the further Bot API updates.

Release
πŸ‘3
πŸŽ‰ 4.2.0 - Bot API 5.4 and overriding requests

Bot API support bumped up to v.5.4.
Thanks to @coder2020

- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing

Release
πŸ‘5
πŸŽ‰ 4.2.1 - Absolutely new AsyncTeleBot

Absolutely new AsyncTeleBot (alpha version).
By @coder2020

See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.

Release
πŸ‘4
πŸŽ‰ 4.2.2 - Bot API 5.5

πŸ€– Bot API support bumped up to v. 5.5.
Thanks again to @coder2020

Release
πŸ‘6
πŸŽ‰ 4.3.0 - Bot API 5.6

πŸ“ Changes:
- πŸ€– Bot API support bumped up to v. 5.6. (both sync and async)
- Polling in asynctelebot is now asynchronous βœ…
- send_document parameter fix
- better description on error for asynctelebot

Release
πŸ‘17
πŸŽ‰ 4.3.1 - Bugfix 🚨

🚨 Quick Fix with send_document, send_sticker methods

Please update to newer version.

Release notes
πŸ‘7
πŸŽ‰ 4.4.0 - Bot API 5.7 and more

πŸ€– Bot API support bumped up to v.5.7.
Thanks to @coder2020

πŸ“ Changes:
πŸ’« Synchronous storage rewritten. Redis storage added.
🌠 pass_bot parameter added for register_XXX_handler
⭐️ register_middleware_handler added
🌟 Improve states example
And more.

Release
πŸ‘16
πŸŽ‰ pyTelegramBotAPI documentation

We are happy to announce that now pyTelegramBotAPI has it's documentation πŸ“. Documentation contains types, methods description and parameters ✍️

πŸ“š pyTelegramBotAPI documentation
πŸ‘28
πŸŽ‰ 4.4.1 - Service updates, class-based middlewares, and more

πŸ“ Changes:
- Extended custom exception_handler behaviour (for webhooks)
- Improved states
- New Text Filter
- Documentation improvements
- I18N examples involving middlewares for async
- Class-based middlewares were added to Telebot

Release notes (shortened)

🚨What about Bot API 6.0?
Bot API 6.0 is in progress. It will be supported by github version soon. The next coming version (4.5.0) will support bot API 6.0.
πŸ‘17
πŸŽ‰ 4.5.0 - Bot API 6.0

πŸ€– Bot API support bumped up to v.6.0.

Release
πŸ‘32
πŸŽ‰ 4.5.1 - Minor updates and bugfixes

πŸ›  Changes:
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot

Release
πŸ‘25
πŸŽ‰ 4.6.0 - Bot API 6.1

πŸ›  Changes:
- Bot API support bumped up to v.6.1
- class File parse fix
- copyMessage typehint fixed
- improvements in formatting
- fixed default parse mode in TeleBot(sync)
- added an option to set default parse mode for AsyncTeleBot(async)
- aiohttp session management improvements(for async)
- async long polling improvements

Release
πŸ‘26
πŸŽ‰ 4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes

πŸ›  Changes:
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more

Main Contributor
@coder2020

Release
πŸ‘16