pyrofork: fix docs

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-06-15 16:40:36 +07:00
parent 1e44386a7c
commit 8c51a192af
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
3 changed files with 15 additions and 2 deletions

View file

@ -73,6 +73,19 @@ Pyromod
{pyromod}
Bot
---
.. autosummary::
:nosignatures:
{bot}
.. toctree::
:hidden:
{bot}
Bot keyboards
-------------

View file

@ -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.
"""

View file

@ -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.
"""