2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Update docs

This commit is contained in:
Dan
2022-10-06 12:03:05 +02:00
committed by GitHub
parent 0e68bf35b7
commit 8077eb4130
93 changed files with 85 additions and 3865 deletions

View File

@@ -19,10 +19,6 @@ some of the required arguments.
app.run()
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram.types

View File

@@ -14,10 +14,6 @@ the main package directly.
with app:
app.send_message("me", "hi")
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram.Client

View File

@@ -4,4 +4,6 @@
.. module:: {module}
.. toctree::
:titlesonly:
{entities}

View File

@@ -17,10 +17,6 @@ are only returned by other methods. You also don't need to import them, unless y
To tell whether a field is set or not, do a simple boolean check: ``if message.photo: ...``.
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram.types