mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: Add scheduled and from_scheduled parameters to Message documentation
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
b289cd5842
commit
e327d2ecb9
1 changed files with 6 additions and 0 deletions
|
|
@ -373,6 +373,12 @@ class Message(Object, Update):
|
||||||
|
|
||||||
link (``str``, *property*):
|
link (``str``, *property*):
|
||||||
Generate a link to this message, only for groups and channels.
|
Generate a link to this message, only for groups and channels.
|
||||||
|
|
||||||
|
scheduled (``bool``, *optional*):
|
||||||
|
Message is a scheduled message and still in schedule.
|
||||||
|
|
||||||
|
from_scheduled (``bool``, *optional*):
|
||||||
|
Message is a scheduled message and has been sent.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# TODO: Add game missing field. Also invoice, successful_payment, connected_website
|
# TODO: Add game missing field. Also invoice, successful_payment, connected_website
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue