MTPyroger/docs/source/pyrogram/index.rst
Dan 6530c7e293 Remove ChatAction module too
It's pretty much useless, better just use strings
2019-05-09 05:08:37 +02:00

21 lines
450 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.
.. toctree::
:maxdepth: 1
Types
Methods
Handlers
Decorators
Filters
Errors
.. autoclass:: pyrogram.Client()