Skip to content

Releases: eternnoir/pyTelegramBotAPI

4.1.1 - States

09 Oct 19:32
4dce934
Compare
Choose a tag to compare

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

25 Sep 17:35
e1c33a1
Compare
Choose a tag to compare

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)

13 Sep 20:28
31c3b3b
Compare
Choose a tag to compare

v.4.0.0 - up to date!

30 Aug 10:54
e8738cc
Compare
Choose a tag to compare

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)

18 Aug 21:42
6e871b8
Compare
Choose a tag to compare

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

21 Jul 18:58
2d89ceb
Compare
Choose a tag to compare

Incremental update

  • Dict changing in Update fixed
  • Connection timeouts rethought
  • worker_pool error when stop_bot fixed
  • CallbackQuery issue for games fixed
  • tip for invoce added
  • minor internal updates

v3.8.1

28 Jun 09:42
72ed7c1
Compare
Choose a tag to compare

Bugfix in polling and infinity_polling.

v3.8.0

27 Jun 10:30
fb290dc
Compare
Choose a tag to compare

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!

v3.7.9

15 May 17:32
f6b9674
Compare
Choose a tag to compare

Fix of inconsistency in v3.7.8, sorry.

v3.7.8

15 May 08:39
10d0ff2
Compare
Choose a tag to compare

Regular release with minor updates