Docs revamp. Part 7 · Python-Repository-Hub/pyrogram@47c06fd · GitHub
Skip to content

Commit 47c06fd

Browse files
committed
Docs revamp. Part 7
1 parent d34daa9 commit 47c06fd

22 files changed

Lines changed: 324 additions & 311 deletions

README.md

Lines changed: 0 additions & 9 deletions

docs/source/_images/logo.png

-13 KB
Binary file not shown.

docs/source/api/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pyrogram Client
22
===============
33

4-
This class exposes high-level methods for an easy access to the API.
4+
This is the Client class. It exposes high-level methods for an easy access to the API.
55

66
.. code-block:: python
77
:emphasize-lines: 1-3

docs/source/api/decorators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ of your functions.
3434
on_inline_query
3535
on_deleted_messages
3636
on_user_status
37+
on_poll
3738
on_disconnect
3839
on_raw_update
3940

@@ -42,5 +43,6 @@ of your functions.
4243
.. automethod:: pyrogram.Client.on_inline_query()
4344
.. automethod:: pyrogram.Client.on_deleted_messages()
4445
.. automethod:: pyrogram.Client.on_user_status()
46+
.. automethod:: pyrogram.Client.on_poll()
4547
.. automethod:: pyrogram.Client.on_disconnect()
4648
.. automethod:: pyrogram.Client.on_raw_update()

docs/source/conf.py

Lines changed: 38 additions & 170 deletions

0 commit comments

Comments
 (0)