We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af08606 commit 6ddb28cCopy full SHA for 6ddb28c
3 files changed
docs/source/api/client.rst
@@ -13,4 +13,7 @@ This is the Client class. It exposes high-level methods for an easy access to th
13
with app:
14
app.send_message("me", "Hi!")
15
16
+Details
17
+-------
18
+
19
.. autoclass:: pyrogram.Client()
docs/source/api/filters.rst
@@ -1,5 +1,8 @@
1
Update Filters
2
==============
3
4
5
6
7
.. autoclass:: pyrogram.Filters
8
:members:
docs/source/license.rst
@@ -2,7 +2,7 @@ About the License
=================
.. image:: https://www.gnu.org/graphics/lgplv3-with-text-154x68.png
- :align: left
+ :align: right
Pyrogram is free software and is currently licensed under the terms of the
`GNU Lesser General Public License v3 or later (LGPLv3+)`_. In short: you may use, redistribute and/or modify it
0 commit comments