mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
13 lines
359 B
ReStructuredText
13 lines
359 B
ReStructuredText
Pyrogram
|
|
========
|
|
|
|
In this section you can find a detailed description of the Pyrogram package and its API.
|
|
|
|
:class:`Client <pyrogram.Client>` is the main class. It exposes easy-to-use methods that are named
|
|
after the well established Telegram Bot API methods, thus offering a familiar look to Bot developers.
|
|
|
|
Client
|
|
------
|
|
|
|
.. autoclass:: pyrogram.Client()
|