mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 13:34:59 +03:00
Merge fae051517b
into 6893359f9d
This commit is contained in:
commit
d6a76daff2
|
@ -416,3 +416,10 @@ class NewMessage(EventBuilder):
|
||||||
another session) or incoming (i.e. someone else sent it).
|
another session) or incoming (i.e. someone else sent it).
|
||||||
"""
|
"""
|
||||||
return self.message.out
|
return self.message.out
|
||||||
|
|
||||||
|
@property
|
||||||
|
def id(self):
|
||||||
|
"""
|
||||||
|
Returns the message integer ID.
|
||||||
|
"""
|
||||||
|
return self.message.id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user