2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Add the new auth-related methods and types to docs

This commit is contained in:
Dan
2019-08-13 13:18:01 +02:00
parent 7daf51af9b
commit 6982c436a8
3 changed files with 52 additions and 4 deletions

View File

@@ -106,10 +106,24 @@ Bots
{bots}
Authorization
-------------
.. autosummary::
:nosignatures:
{authorization}
.. toctree::
:hidden:
{authorization}
Advanced
--------
Learn more about these methods at :doc:`Advanced Usage <../../topics/advanced-usage>`.
Methods used only when dealing with the raw Telegram API.
Learn more about how to use the raw API at :doc:`Advanced Usage <../../topics/advanced-usage>`.
.. autosummary::
:nosignatures:

View File

@@ -92,4 +92,17 @@ InputMessageContent
.. toctree::
:hidden:
{input_message_content}
{input_message_content}
Authorization
-------------
.. autosummary::
:nosignatures:
{authorization}
.. toctree::
:hidden:
{authorization}