diff --git a/pyrogram/client/utils.py b/pyrogram/client/utils.py index 6a5042a8..6b98ad93 100644 --- a/pyrogram/client/utils.py +++ b/pyrogram/client/utils.py @@ -314,6 +314,7 @@ def parse_message(message: types.Message, users: dict, chats: dict): forward_signature=forward_signature, forward_date=forward_date, edit_date=message.edit_date, + media_group_id=message.grouped_id, photo=photo, location=location, contact=contact,