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:
16
compiler/docs/template/methods.rst
vendored
16
compiler/docs/template/methods.rst
vendored
@@ -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:
|
||||
|
15
compiler/docs/template/types.rst
vendored
15
compiler/docs/template/types.rst
vendored
@@ -92,4 +92,17 @@ InputMessageContent
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
{input_message_content}
|
||||
{input_message_content}
|
||||
|
||||
Authorization
|
||||
-------------
|
||||
|
||||
.. autosummary::
|
||||
:nosignatures:
|
||||
|
||||
{authorization}
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
{authorization}
|
Reference in New Issue
Block a user