20 lines
537 B
ReStructuredText
20 lines
537 B
ReStructuredText
Pyrogram
|
|
========
|
|
|
|
In this section you can find a detailed description of the Pyrogram API.
|
|
|
|
:obj:`pyrogram.Client` is the main class you have to deal with.
|
|
You will notice that methods are named after the well established `Telegram Bot API`_ and that most of them accept
|
|
the same parameters as well, thus offering a familiar look to Bot developers.
|
|
|
|
.. toctree::
|
|
Client
|
|
ChatAction
|
|
ParseMode
|
|
Emoji
|
|
InputMedia
|
|
InputPhoneContact
|
|
Error
|
|
|
|
.. _Telegram Bot API: https://core.telegram.org/bots/api#available-methods
|