Releases: randhana/telebotpy
Releases · randhana/telebotpy
telebotpy_v1.1.1
Version 1.1.1 (Bug Fixes and Enhancements)
In this release, we've addressed several issues and added improvements to enhance the functionality and reliability of telebotpy:
Bug Fixes:
- Fixed incorrect parameter encoding in send_image and send_document methods, preventing Telegram API request failures.
- Improved error handling in _handle_response method to raise HTTP errors for unsuccessful requests and provide more informative error messages.
Enhancements:
- Added response.raise_for_status() in _handle_response method to ensure robust error handling for HTTP responses.
- Adjusted argument order in requests.post for send_image and send_document methods to correctly handle files and parameters.
telebotpy_v1.1.0
Version 1.0.0 (Initial Release)
The first release of telepy is an easy-to-use Python package that simplifies sending messages, images, and documents to Telegram channels. With this release, you can:
- Send text messages to Telegram channels effortlessly.
- Share images with optional captions, making your content more engaging.
- Transmit documents (files) to Telegram channels with ease, along with customizable captions.
telebotpy provides a convenient interface for interacting with the Telegram Bot API, making it a valuable tool for integrating Telegram messaging into your Python projects. This initial release sets the foundation for streamlined communication with Telegram channels.