mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add stop method for Client
This commit is contained in:
parent
746a4b685f
commit
6fd8e960ec
1 changed files with 3 additions and 0 deletions
|
|
@ -268,6 +268,9 @@ class Client:
|
|||
self.rnd_id = self.session.msg_id
|
||||
self.get_dialogs()
|
||||
|
||||
def stop(self):
|
||||
self.session.stop()
|
||||
|
||||
def get_dialogs(self):
|
||||
peers = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue