mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 14:25:55 +00:00
Add missing client.stop()
This commit is contained in:
@@ -35,4 +35,6 @@ while True:
|
||||
users.extend(participants.users)
|
||||
offset += limit
|
||||
|
||||
client.stop()
|
||||
|
||||
# Now the "users" list contains all the members of the target chat
|
||||
|
Reference in New Issue
Block a user