Releases: eternnoir/pyTelegramBotAPI
Releases · eternnoir/pyTelegramBotAPI
4.15.0 - Bot API 7.0
Bot API Huge Update - 7.0, introducing reactions, replies and some other changes.
Warning
Set of actively used properties had changed their format! Please, pay attention on new format of passing:
- disable_web_page_preview
- reply_to_message_id
- allow_sending_without_reply
- forward_from
- forward_from_chat
- forward_from_message_id
- forward_signature
- forward_sender_name
- forward_date
4.14.1 - Minor fixes
What's Changed
- Fix protect_content hint
- Sending InputFile fix
- Fix ExceptionHandler handle() method as async for async telebot
- Update the available content_types in README
4.14.0 - Bot API 6.9
Bot API support bumped up to v.6.9
4.13.0 - Bot API 6.8
Bot API support bumped up to v.6.8
4.12.0 - Bot API 6.7
Bot API support bumped up to v.6.7
4.11.0 - Bot API 6.6
Bot API support bumped up to v.6.6
Deprecation warnings
- We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
4.10.0 - Bot API 6.5
Bot API support bumped up to v.6.5
Deprecation warnings
- We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
- If you are using restrict_chat_member method, please pass permissions parameter instead of passing all boolean values for different parameters. Passing parameters one-by-one to function is now deprecated and will be removed soon.
Contributor
4.9.0 - Bot API 6.4
4.8.0 - Bot API 6.3
- Bot API support bumped up to v.6.3
- Extended exception handler behaviour for async version
- Fixed issue related to ContinueHandling
And some other minor improvements...
Main Contributor
4.7.1 - Bugfixes and minor improvements
What's Changed
- Support ContinueHandling to continue with other handlers after handler is found
- Logging improvements: colored logs etc.
- Added some frequent parameters to classes
- Starlette ASGI example
- Fixed bug with searching a new handler after the execution of handler
- Fixed difference between request_timeout and timeout
- More bug fixes