mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 20:50:22 +03:00
Merge branch 'master' into asyncio
This commit is contained in:
commit
bcd5f8d4a1
|
@ -880,7 +880,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