mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 00:35:10 +00:00
Add views field in messages
This commit is contained in:
@@ -410,7 +410,8 @@ def parse_message(
|
||||
video=video,
|
||||
video_note=video_note,
|
||||
sticker=sticker,
|
||||
document=document
|
||||
document=document,
|
||||
views=message.views
|
||||
)
|
||||
|
||||
if message.reply_to_msg_id and replies:
|
||||
|
Reference in New Issue
Block a user