Skip to content

Commit

Permalink
Update Pyrogram to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Jan 3, 2025
1 parent 80622fa commit a7d7f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.

__fork_name__ = "pyrotgfork"
__version__ = "2.2.3"
__version__ = "2.2.4"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"

Expand Down
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/user_gift.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def _parse_action(
can_be_transferred=getattr(action, "transferred", None),
was_refunded=getattr(action, "refunded", None),
prepaid_upgrade_star_count=getattr(action, "upgrade_stars", None),
export_date=utils.timestamp_to_datetime(getattr(action, "can_export_at", None),
export_date=utils.timestamp_to_datetime(getattr(action, "can_export_at", None)),
transfer_star_count=getattr(action, "transfer_stars", None),
client=client
)
Expand Down

0 comments on commit a7d7f99

Please sign in to comment.