PyTelegramBotAPI Versions Save

Python Telegram bot api.

4.17.0

1 month ago

Bot API support bumped up to v.7.2

4.16.0

2 months ago

Bot API support bumped up to v.7.1

4.15.2

4 months ago

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

4 months ago

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

4 months ago

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

7 months ago

Bot API support bumped up to v.6.9

4.13.0

8 months ago

Bot API support bumped up to v.6.8

4.12.0

11 months ago

Bot API support bumped up to v.6.7

4.11.0

1 year ago

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

1 year ago

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

  • @coder2020official