Changelog#

0.1.4 [UNRELEASED DRAFT] (2024-03-23)#

Features#

  • Integrate pyromod patches into the project (many thanks to @usernein for his excellent work). To check out the pyromod specific features, have a look at https://pyromod.pauxis.dev/. You can use the features in the same way as in pyromod, except that you import them directly from the hydrogram package. #1

  • Changed the minimum required version of Python to 3.9 and integrated the newest Python type hints. #5

  • Added the attribute is_participants_hidden` to the Chat type. If the list of members is hidden, True will be returned; otherwise, False will be returned. #11

  • Updated API scheme to layer 176 #20

Bugfixes#

  • Fixed Message.is_scheduled field being always False when parsing UpdateNewScheduledMessage #14

  • Fixed an issue with the bool parsing of the raw api that was causing the wrong value to be returned. #20

  • Make the quiz explanation an optional parameter #21

Misc#

  • Make Message._parse accept only keyword-only arguments #14

0.1.4 (2023-12-04)#

Bugfixes#

  • Fix a boolean instead of file name in send_audio #4

  • Prevent from closing BytesIO object in handle_download #4

0.1.3 (2023-12-03)#

Bugfixes#

  • Fix handle_download file name #3

0.1.2 (2023-12-03)#

Bugfixes#

  • Fix save_file reporting size as 0

0.1.1 (2023-12-01)#

Fixup release that fixes our logo url in PyPI.

0.1.0 (2023-12-01)#

Initial project release. To see all changes and improvements compared to Pyrogram, see Hydrogram vs Pyrogram