mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24: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
|
Sticker
|
||||||
StickerSet
|
StickerSet
|
||||||
Game
|
Game
|
||||||
|
MessageStory
|
||||||
WebPage
|
WebPage
|
||||||
Poll
|
Poll
|
||||||
PollOption
|
PollOption
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
pyston_lite-autoload
|
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme==1.2.2
|
sphinx_rtd_theme==1.2.2
|
||||||
sphinx-rtd-dark-mode
|
sphinx-rtd-dark-mode
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@ class Message(Object, Update):
|
||||||
game (:obj:`~pyrogram.types.Game`, *optional*):
|
game (:obj:`~pyrogram.types.Game`, *optional*):
|
||||||
Message is a game, information about the game.
|
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.
|
Message is a forwarded story, information about the forwarded story.
|
||||||
|
|
||||||
video (:obj:`~pyrogram.types.Video`, *optional*):
|
video (:obj:`~pyrogram.types.Video`, *optional*):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue