mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-13 09:32:27 +03:00
Fix infinite recursion
This commit is contained in:
parent
e902304360
commit
e2ffa816dc
|
@ -396,7 +396,7 @@ class Message(ChatGetter, SenderGetter):
|
||||||
*not* considered outgoing, just like official clients
|
*not* considered outgoing, just like official clients
|
||||||
display them.
|
display them.
|
||||||
"""
|
"""
|
||||||
return self.original_message.out
|
return self.__dict__['out']
|
||||||
|
|
||||||
async def get_reply_message(self):
|
async def get_reply_message(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user