diff --git a/telethon/client/updates.py b/telethon/client/updates.py index 7adbcd0d..4a9c2d4b 100644 --- a/telethon/client/updates.py +++ b/telethon/client/updates.py @@ -408,7 +408,7 @@ class UpdateMethods: try: await self.get_me(input_peer=True) except OSError: - pass + pass # might not have connection built = EventBuilderDict(self, update, others) for conv_set in self._conversations.values():