Releases: eternnoir/pyTelegramBotAPI
4.1.1 - States
States: new feature, based on custom filters: states.
See the example:
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_states.py
4.1.0 - Custom message filters
New feature: custom message filters!
Now you can filter message handlers with whatever you want.
See for description:
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
and for examples:
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
v4.0.1 (4.1.0 pre-release)
New feature: custom message filters!
See
https://github.com/eternnoir/pyTelegramBotAPI#custom-filters
and
https://github.com/eternnoir/pyTelegramBotAPI/tree/master/examples/custom_filters
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.
v3.8.3 (4.0.0 pre-release 1)
Great news!
Library confirmed to support Bot API up to the latest v.5.3!
(With some limitations, see compatibility list in readme).
It also includes set of
register_xxx_handler
functions, that allows to dynamicaly add handlers in addition to
@bot.message_handler
This is a pre-release to version 4.0.0. When the maturity of this version will be confirmed - the release will be bumped.
v3.8.2
v3.8.1
v3.8.0
Large update
- Type hints for many methods and functions
- quick_markup function for easy Inline buttons creation
- ChatMemberUpdated class added
- Entities and allow_sending_without_reply parameters nearly to all send_xxx methods
- location, conact, chat management and some other method signatures updated
- proximity_alert_triggered, voice_chat_scheduled, voice_chat_started, voice_chat_ended, voice_chat_participants_invited, message_auto_delete_timer_changed and ohter content types added
- commands management routines added
- new my_chat_member and chat_member handlers added. By default these updates are disabled!!! See next row
- polling / infinity_polling now accept allowed_updates to manage update types
Lot of other minor updates to function signatures.
Great respect to @SwissCorePy for that!