2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Handle media_group_id

This commit is contained in:
Dan 2018-04-04 22:42:30 +02:00
parent d5fe82687c
commit 447cd92b02

View File

@ -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,