mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Call Chat/Sender Getter init methods
This commit is contained in:
@@ -101,9 +101,7 @@ class UserUpdate(EventBuilder):
|
||||
# We need the client to actually figure out its type.
|
||||
super().__init__(chat_id)
|
||||
|
||||
self._sender_id = user_id
|
||||
self._input_sender = None
|
||||
self._sender = None
|
||||
SenderGetter.__init__(self, user_id)
|
||||
|
||||
self.online = None if status is None else \
|
||||
isinstance(status, types.UserStatusOnline)
|
||||
|
Reference in New Issue
Block a user