diff --git a/telethon/_updates/messagebox.py b/telethon/_updates/messagebox.py index 893c3180..6502f7a4 100644 --- a/telethon/_updates/messagebox.py +++ b/telethon/_updates/messagebox.py @@ -798,7 +798,7 @@ class MessageBox: updates=diff.other_updates, users=diff.users, chats=diff.chats, - date=1, # anything not-None + date=epoch(), seq=NO_SEQ, # this way date is not used ), chat_hashes, updates)