Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eyMarv committed Feb 22, 2024
1 parent bbb0fc2 commit e038e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ async def _parse(
)
else:
parsed_message.reply_to_story_id = message.reply_to.story_id
parsed_message.reply_to_story_user_id = message.reply_to.user_id
parsed_message.reply_to_story_user_id = message.reply_to.peer.user_id

if replies:
if parsed_message.reply_to_message_id:
Expand Down

0 comments on commit e038e77

Please sign in to comment.