Skip to content

Commit

Permalink
Pyrofork: Add scheduled and from_scheduled parameters to Message docu…
Browse files Browse the repository at this point in the history
…mentation

Signed-off-by: wulan17 <wulan17@nusantararom.org>
  • Loading branch information
wulan17 committed Jan 14, 2024
1 parent 7066b0d commit d367dbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ class Message(Object, Update):
link (``str``, *property*):
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
Expand Down

0 comments on commit d367dbd

Please sign in to comment.