mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 03:30:09 +03:00
Fix invalid merge
This commit is contained in:
parent
95eac6c151
commit
6130b8918d
|
@ -188,7 +188,7 @@ class MtProtoSender:
|
||||||
|
|
||||||
:param message: the TLMessage to be sent.
|
:param message: the TLMessage to be sent.
|
||||||
"""
|
"""
|
||||||
await self.connection.send(utils.pack_message(self.session, message))
|
await self.connection.send(helpers.pack_message(self.session, message))
|
||||||
|
|
||||||
def _decode_msg(self, body):
|
def _decode_msg(self, body):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user