mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +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
|
*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):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user