MTPyroger/docs/source/index.rst

41 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2017-12-30 18:47:18 +00:00
Welcome to Pyrogram
===================
.. raw:: html
2017-12-31 10:03:10 +00:00
<div align="center">
2018-01-01 12:55:05 +00:00
<a href="https://pyrogram.ml">
<img src="https://pyrogram.ml/images/logo2.png" alt="Logo">
</a>
2017-12-31 10:03:10 +00:00
</div>
<p align="center">
<b>Telegram MTProto API Client Library for Python</b>
</p>
2017-12-30 18:47:18 +00:00
Welcome to Pyrogram's documentation. Here you can find a detailed description of the Pyrogram API.
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.
.. note::
This document is intended to be used as an API reference documentation.
For more information on how to install and setup the library, please refer to the Wiki_.
.. toctree::
2018-01-03 17:26:05 +00:00
:caption: Pyrogram Package
pyrogram/Client
pyrogram/ChatAction
pyrogram/Error
.. toctree::
:caption: Telegram API
2018-01-03 17:36:23 +00:00
functions/index
2018-01-03 17:26:05 +00:00
types/index
2017-12-30 18:47:18 +00:00
.. _Wiki: https://github.com/pyrogram/pyrogram/wiki
.. _`Telegram Bot API`: https://core.telegram.org/bots/api#available-methods