pyTelegramBotAPI @pytelegrambotapi Channel on Telegram

pyTelegramBotAPI

@pytelegrambotapi


pyTelegramBotAPI channel

pyTelegramBotAPI (English)

Are you an aspiring developer looking to enhance your skills in building Telegram bots? Look no further than the pyTelegramBotAPI channel! This channel is dedicated to providing valuable resources, tutorials, and updates on using the powerful pyTelegramBotAPI library. Whether you're a beginner looking to create your first bot or an experienced developer seeking advanced techniques, this channel has something for everyone. Stay up to date with the latest features, best practices, and tips and tricks to take your Telegram bot development to the next level. Join a community of like-minded developers and start building innovative bots that can engage users, automate tasks, and provide valuable services. Don't miss out on the opportunity to level up your bot-building skills with the pyTelegramBotAPI channel today!

pyTelegramBotAPI

15 Nov, 15:35


🎉 4.24.0 - Bot API 7.11

🛠 Changes:
- Bot API support bumped up to v.7.11

- Python 3.8 removed from support due to EOL.
- Python 3.13 added to support due to release.

Release

pyTelegramBotAPI

20 Sep, 20:20


🎉 4.23.0 - Bot API 7.10

🛠 Changes:
- Bot API support bumped up to v.7.10 (together with v.7.9)

Release

pyTelegramBotAPI

05 Aug, 11:54


🎉 4.22.0 - Bot API 7.8

🛠 Changes:
- Bot API support bumped up to v.7.8
- Minor fixes and improvements.

Release

pyTelegramBotAPI

08 Jul, 20:06


🎉 4.21.0 - Bot API 7.7

🛠 Changes:
- Bot API support bumped up to v.7.7 (together with v.7.6)

Release

pyTelegramBotAPI

22 Jun, 10:18


🎉 4.20.0 - Bot API 7.5

🛠 Changes:
- Bot API support bumped up to v.7.5

Release

pyTelegramBotAPI

06 Jun, 12:28


🎉 4.19.0 - Bot API 7.4

🛠 Changes:
- Bot API support bumped up to v.7.4

Release

pyTelegramBotAPI

14 May, 08:21


🎉 4.18.0 - Bot API 7.3

🛠 Changes:
- Bot API support bumped up to v.7.3

Release

pyTelegramBotAPI

09 Apr, 09:27


🎉 4.17.0 - Bot API 7.2

🛠 Changes:
- Bot API support bumped up to v.7.2

Release

pyTelegramBotAPI

17 Feb, 12:55


🎉 4.16.0 - Bot API 7.1

🛠 Changes:
- Bot API support bumped up to v.7.1

Release

pyTelegramBotAPI

15 Jan, 06:55


🎉 4.15.2 - Bugfix and deprecation stubs

🛠 Changes:
- Fix methods delete_messages and forward_messages.
- Fix link_preview_options passing for Telebot
- Added deprecation stubs for Message fields in InaccessibleMessage

Release

pyTelegramBotAPI

14 Jan, 09:42


🎉 4.15.0 - Bot API Huge Update - 7.0
Introducing reactions, replies and some other changes.

🛠 Changes
- Bot API support bumped up to v.7.0

⚠️ 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

Release

pyTelegramBotAPI

19 Dec, 21:53


🎉 4.14.1 - Minor fixes

🛠 Changes:
- Fix protect_content hint
- Sending InputFile fix
- Fix ExceptionHandler handle() method as async for async telebot
- Update the available content_types in README

Release

pyTelegramBotAPI

24 Sep, 08:27


🎉 4.14.0 - Bot API 6.9

🛠 Changes:
- Bot API support bumped up to v.6.9

Release

pyTelegramBotAPI

20 Aug, 10:55


🎉 4.13.0 - Bot API 6.8

🛠 Changes:
- Bot API support bumped up to v.6.8

Release

pyTelegramBotAPI

19 May, 06:23


🎉 4.12.0 - Bot API 6.7

🛠 Changes:
- Bot API support bumped up to v.6.7

⚠️ Deprecation warnings
:
We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.

Release

pyTelegramBotAPI

15 Apr, 19:43


🎉 4.11.0 - Bot API 6.6

🛠 Changes:
- 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.

Release

pyTelegramBotAPI

15 Feb, 10:19


The end of 'module telebot has no attribute TeleBot'

Yesterday, this error was finally fixed by the owner of telebot library. So from now on, you're less likely to encounter this error by installing the wrong lib again!

Now, telebot lib installs pyTelegramBotAPI as a dependency.

Thanks to the owner of telebot lib 🤝

pyTelegramBotAPI

05 Feb, 10:19


🎉 4.10.0 - Bot API 6.5

🛠 Changes:
- Bot API support bumped up to v.6.5

⚠️ Deprecation warnings
:
1. We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
2. 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
@coder2020

Release

pyTelegramBotAPI

02 Jan, 15:04


🎉 4.9.0 - Bot API 6.4

🛠 Changes:
- Bot API support bumped up to v.6.4

Contributor
@coder2020

Release

pyTelegramBotAPI

28 Nov, 16:29


🎉 4.8.0 - Bot API 6.3

🛠 Changes:
- 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
@coder2020

Release

pyTelegramBotAPI

21 Oct, 08:25


🎉 4.7.1 - Bugfixes and minor improvements

🛠 Changes:
- 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
- ... and more

Release