2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-18 13:55:15 +00:00

Many minor documentation enhancements

This commit is contained in:
Dan
2019-06-27 23:16:21 +02:00
parent 9f231bb880
commit b6f508711a
9 changed files with 19 additions and 16 deletions

View File

@@ -1,7 +1,11 @@
Pyrogram Client
===============
This is the Client class. It exposes high-level methods for an easy access to the API.
You have entered the API Reference section where you can find detailed information about Pyrogram's API. The main Client
class, all available methods and types, filters, handlers, decorators and bound-methods detailed descriptions can be
found starting from this page.
This page is about the Client class, which exposes high-level methods for an easy access to the API.
.. code-block:: python
:emphasize-lines: 1-3