mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-09 08:00:53 +03:00
Remove _finish_init from newmessage.py
This method was removed in 334a847de7
This commit is contained in:
parent
dea424fdec
commit
d3ef3c69c8
|
@ -208,7 +208,6 @@ class NewMessage(EventBuilder):
|
|||
def _set_client(self, client):
|
||||
super()._set_client(client)
|
||||
m = self.message
|
||||
m._finish_init(client, self._entities, None)
|
||||
self.__dict__['_init'] = True # No new attributes can be set
|
||||
|
||||
def __getattr__(self, item):
|
||||
|
|
Loading…
Reference in New Issue
Block a user