mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-13 10:00:54 +03:00
Remove _finish_init from chataction.py
This method was removed in 334a847de7
This commit is contained in:
parent
d3ef3c69c8
commit
8d1379f3d4
|
@ -208,8 +208,6 @@ class ChatAction(EventBuilder):
|
||||||
|
|
||||||
def _set_client(self, client):
|
def _set_client(self, client):
|
||||||
super()._set_client(client)
|
super()._set_client(client)
|
||||||
if self.action_message:
|
|
||||||
self.action_message._finish_init(client, self._entities, None)
|
|
||||||
|
|
||||||
async def respond(self, *args, **kwargs):
|
async def respond(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user