Skip to content

Releases: eternnoir/pyTelegramBotAPI

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

v3.7.7

28 Mar 09:01
4024490
Compare
Choose a tag to compare

copymessage available.
Minor fixes.

v3.7.6

17 Jan 22:07
003a92f
Compare
Choose a tag to compare

Fix significant issues with polling mode and restrictChatMemeber.

v3.7.5

07 Jan 17:52
da9ee5f
Compare
Choose a tag to compare

Update version to 3.7.5.

v3.7.4

20 Nov 20:53
438cfe4
Compare
Choose a tag to compare

Update version to 3.7.4.

v3.7.3

24 Aug 13:38
Compare
Choose a tag to compare

Update version to 3.7.3.

v3.7.2

05 Jul 08:38
Compare
Choose a tag to compare
Bump version.

v3.6.7

14 Jan 08:34
b1e5d00
Compare
Choose a tag to compare
Merge pull request #728 from Badiboy/master

Design updates from #711