mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 01:39:47 +03:00
Update chats.py
This commit is contained in:
parent
c24339a8b1
commit
8b1cb2894b
|
@ -170,7 +170,7 @@ class _ParticipantsIter(RequestIter):
|
|||
if not self.filter_entity(user):
|
||||
continue
|
||||
|
||||
user = users[userid]
|
||||
user = users[user_id]
|
||||
user.participant = participant
|
||||
self.buffer.append(user)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user