mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 21:24:35 +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
|
||||
display them.
|
||||
"""
|
||||
return self.original_message.out
|
||||
return self.__dict__['out']
|
||||
|
||||
async def get_reply_message(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user