diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index 99ea4701b..3ba56cb61 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -1208,12 +1208,12 @@ async def _parse( if replies: if parsed_message.reply_to_message_id: - is_cross_chat = getattr( - message.reply_to, "reply_to_peer_id", None - ) and getattr( - message.reply_to.reply_to_peer_id, "channel_id", None - ) - + #is_cross_chat = getattr( + # message.reply_to, "reply_to_peer_id", None + #) and getattr( + # message.reply_to.reply_to_peer_id, "channel_id", None + #) + is_cross_chat = False if is_cross_chat: key = ( utils.get_channel_id(