diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 410e167c..39ed55d1 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -201,6 +201,8 @@ class Client: if self.token is None: self.get_dialogs() self.get_contacts() + else: + self.send(functions.updates.GetState()) self.rnd_id = MsgId