Skip to content

Commit

Permalink
pyrofork: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Jan 4, 2025
1 parent 58ae975 commit 9efa6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrogram/types/payments/star_gift.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async def _parse_user_star_gift(
users: dict
) -> "StarGift":
caption, caption_entities = (
utils.parse_text_with_entities(
utils.parse_text_entities(
client, getattr(user_star_gift, "message", None), users
)
).values()
Expand Down Expand Up @@ -320,7 +320,7 @@ async def _parse_action(
action = message.action # type: raw.types.MessageActionStarGift

caption, caption_entities = (
utils.parse_text_with_entities(
utils.parse_text_entities(
client, getattr(action, "message", None), users
)
).values()
Expand Down

0 comments on commit 9efa6dc

Please sign in to comment.