Skip to content

Latest commit

History

History
18 lines (14 loc) 路 500 Bytes

File metadata and controls

18 lines (14 loc) 路 500 Bytes

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::
    Client
    types/index
    handlers/index
    Filters
    ChatAction
    ParseMode
    Error