mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Pyrofork: fix docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
65ec32c666
commit
2d117929a6
3 changed files with 2 additions and 2 deletions
|
|
@ -442,6 +442,7 @@ def pyrogram_api():
|
|||
Sticker
|
||||
StickerSet
|
||||
Game
|
||||
MessageStory
|
||||
WebPage
|
||||
Poll
|
||||
PollOption
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
pyston_lite-autoload
|
||||
sphinx
|
||||
sphinx_rtd_theme==1.2.2
|
||||
sphinx-rtd-dark-mode
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ class Message(Object, Update):
|
|||
game (:obj:`~pyrogram.types.Game`, *optional*):
|
||||
Message is a game, information about the game.
|
||||
|
||||
story (:obj:`~pyrogram.types.MessageStory`):
|
||||
story (:obj:`~pyrogram.types.MessageStory`, *optional*):
|
||||
Message is a forwarded story, information about the forwarded story.
|
||||
|
||||
video (:obj:`~pyrogram.types.Video`, *optional*):
|
||||
|
|
|
|||
Loading…
Reference in a new issue