mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update get_dialogs.py
This commit is contained in:
parent
b8934ae17c
commit
ff0fa9cbc3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class GetDialogs(Scaffold):
|
|||
messages = {}
|
||||
|
||||
for message in r.messages:
|
||||
if message.empty:
|
||||
if isinstance(message, raw.types.MessageEmpty):
|
||||
continue
|
||||
|
||||
peer_id = message.peer_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue