Skip to content

Releases: eternnoir/pyTelegramBotAPI

4.14.1 - Minor fixes

19 Dec 21:51
b0e80fb

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

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

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

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

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.

4.10.0 - Bot API 6.5

05 Feb 10:16
e55fe96

Choose a tag to compare

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

02 Jan 15:03
6f86382

Choose a tag to compare

  • Bot API support bumped up to v.6.4

Contributor

4.8.0 - Bot API 6.3

28 Nov 16:27
b4d59fd

Choose a tag to compare

  • 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

21 Oct 08:22
231371f

Choose a tag to compare

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

4.7.0 - Bot API 6.2

15 Aug 14:27
47ae696

Choose a tag to compare

  • Bot API support bumped up to v.6.2
  • class InputFile added. Supports various ways to pass files to corresponent functions.

Main Contributor