Skip to content

Releases: eternnoir/pyTelegramBotAPI

4.18.0 - Bot API 7.3

14 May 08:20
d9c4abe
Compare
Choose a tag to compare

Bot API support bumped up to v.7.3

4.17.0 - Bot API 7.2

09 Apr 09:27
bf4446c
Compare
Choose a tag to compare

Bot API support bumped up to v.7.2

4.16.0 - Bot API 7.1

17 Feb 12:55
67fe7a3
Compare
Choose a tag to compare

Bot API support bumped up to v.7.1

4.15.2 - Bugfix and deprecation stubs

15 Jan 06:55
57fbc11
Compare
Choose a tag to compare

What's Changed

  • Fix methods delete_messages and forward_messages.
  • Fix link_preview_options passing for Telebot
  • Added deprecation stubs for Message fields in InaccessibleMessage

4.15.0 - Bot API 7.0

14 Jan 09:40
ed66dba
Compare
Choose a tag to compare

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

19 Dec 21:51
b0e80fb
Compare
Choose a tag to compare

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

24 Sep 08:26
18cd798
Compare
Choose a tag to compare

Bot API support bumped up to v.6.9

4.13.0 - Bot API 6.8

20 Aug 06:15
cb5b70d
Compare
Choose a tag to compare

Bot API support bumped up to v.6.8

4.12.0 - Bot API 6.7

18 May 15:10
b219218
Compare
Choose a tag to compare

Bot API support bumped up to v.6.7

4.11.0 - Bot API 6.6

15 Apr 19:42
92907ce
Compare
Choose a tag to compare

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.