mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-20 12:06:37 +00:00
Fix assignement to wrong variable on ChatAction
This commit is contained in:
parent
7825994393
commit
d379b26339
@ -876,7 +876,7 @@ class ChatAction(_EventBuilder):
|
|||||||
except (TypeError, ValueError):
|
except (TypeError, ValueError):
|
||||||
missing = []
|
missing = []
|
||||||
|
|
||||||
self._user_peers = have + missing
|
self._users = have + missing
|
||||||
|
|
||||||
return self._users
|
return self._users
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user