add new added missing attributes

This commit is contained in:
Devesh Pal 2022-01-23 10:36:30 +00:00
parent cf6f56d1d1
commit 8036a6cc27

View File

@ -189,6 +189,10 @@ class Message(ChatGetter, SenderGetter):
The number of times this message has been forwarded. The number of times this message has been forwarded.
""") """)
noforwards = _fwd('noforwards', """
does the message was sent with noforwards restriction.
""")
replies = _fwd('replies', """ replies = _fwd('replies', """
The number of times another message has replied to this message. 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. 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', """ ttl_period = _fwd('ttl_period', """
The Time To Live period configured for this message. The Time To Live period configured for this message.
The message should be erased from wherever it's stored (memory, a The message should be erased from wherever it's stored (memory, a