2018-01-04 02:05:16 +00:00
|
|
|
Pyrogram
|
|
|
|
========
|
|
|
|
|
2018-04-29 17:48:19 +00:00
|
|
|
In this section you can find a detailed description of the Pyrogram package and its API.
|
2018-01-06 11:18:15 +00:00
|
|
|
|
2018-04-11 21:18:17 +00:00
|
|
|
:class:`Client <pyrogram.Client>` is the main class. It exposes easy-to-use methods that are named
|
2019-05-09 02:28:46 +00:00
|
|
|
after the well established Telegram Bot API methods, thus offering a familiar look to Bot developers.
|
2018-01-06 11:18:15 +00:00
|
|
|
|
2018-01-04 02:05:16 +00:00
|
|
|
.. toctree::
|
2018-07-24 18:46:25 +00:00
|
|
|
:maxdepth: 1
|
|
|
|
|
2018-08-12 11:31:58 +00:00
|
|
|
Types
|
2019-05-09 02:28:46 +00:00
|
|
|
Methods
|
2018-08-12 11:31:58 +00:00
|
|
|
Handlers
|
2019-05-09 02:28:46 +00:00
|
|
|
Decorators
|
2018-04-11 01:16:48 +00:00
|
|
|
Filters
|
2019-05-09 02:28:46 +00:00
|
|
|
Errors
|
2018-01-06 11:18:15 +00:00
|
|
|
|
2019-05-09 02:28:46 +00:00
|
|
|
|
|
|
|
.. autoclass:: pyrogram.Client()
|