mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Call GetState for bots
This commit is contained in:
parent
6d536107ae
commit
839f7b99f4
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue