mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Make non-fwded messages sent to yourself outgoing
This commit is contained in:
@@ -401,6 +401,12 @@ class Message:
|
||||
"""
|
||||
Whether the message is outgoing (i.e. you sent it from
|
||||
another session) or incoming (i.e. someone else sent it).
|
||||
|
||||
Note that messages in your own chat are always incoming,
|
||||
but this property will be ``True`` if you send a message
|
||||
to your own chat. Messages you forward to your chat are
|
||||
*not* considered outgoing, just like official clients
|
||||
display them.
|
||||
"""
|
||||
return self.original_message.out
|
||||
|
||||
|
Reference in New Issue
Block a user