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