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
1e44386a7c
commit
8c51a192af
3 changed files with 15 additions and 2 deletions
13
compiler/docs/template/types.rst
vendored
13
compiler/docs/template/types.rst
vendored
|
|
@ -73,6 +73,19 @@ Pyromod
|
|||
|
||||
{pyromod}
|
||||
|
||||
Bot
|
||||
---
|
||||
|
||||
.. autosummary::
|
||||
:nosignatures:
|
||||
|
||||
{bot}
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
{bot}
|
||||
|
||||
Bot keyboards
|
||||
-------------
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class BotAllowed(Object):
|
|||
domain (``str``, *optional*):
|
||||
The domain of the bot.
|
||||
|
||||
app (:obj:`types.BotApp`, *optional*):
|
||||
app (:obj:`~pyrogram.types.BotApp`, *optional*):
|
||||
The app of the bot.
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class BotApp(Object):
|
|||
photo (``types.Photo``):
|
||||
The photo of the app.
|
||||
|
||||
document (``types.Document``, *optional*):
|
||||
document (:obj:`~pyrogram.types.Document`, *optional*):
|
||||
The document of the app.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue