mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-28 16:59:46 +03:00
add new added missing attributes
This commit is contained in:
parent
cf6f56d1d1
commit
8036a6cc27
|
@ -189,6 +189,10 @@ class Message(ChatGetter, SenderGetter):
|
|||
The number of times this message has been forwarded.
|
||||
""")
|
||||
|
||||
noforwards = _fwd('noforwards', """
|
||||
does the message was sent with noforwards restriction.
|
||||
""")
|
||||
|
||||
replies = _fwd('replies', """
|
||||
The number of times another message has replied to this message.
|
||||
""")
|
||||
|
@ -212,6 +216,10 @@ class Message(ChatGetter, SenderGetter):
|
|||
If the list is `None`, this message has not been restricted.
|
||||
""")
|
||||
|
||||
reactions = _fwd('reactions', """
|
||||
emoji reactions attached to the message.
|
||||
""")
|
||||
|
||||
ttl_period = _fwd('ttl_period', """
|
||||
The Time To Live period configured for this message.
|
||||
The message should be erased from wherever it's stored (memory, a
|
||||
|
|
Loading…
Reference in New Issue
Block a user