2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Add docs intro

This commit is contained in:
Dan 2018-03-26 03:58:10 +02:00
parent d3b82ef622
commit 9e0901aadf

View File

@ -38,6 +38,10 @@ Welcome to Pyrogram
About
-----
Welcome to Pyrogram's Documentation! Here you can find resources for learning how to use the library.
Contents are organized by topic and can be accessed from the sidebar, or by following them one by one using the Next
button at the end of each page. But first, here's a brief overview of what is this all about:
**Pyrogram** is a brand new Telegram_ Client Library written from the ground up in Python and C. It can be used for building
custom Telegram applications in Python that interact with the MTProto API as both User and Bot.
@ -71,6 +75,8 @@ Features
- **Full API support**: Beside the simple Bot API-like methods, Pyrogram also provides an easy access to every single
Telegram MTProto API method allowing you to programmatically execute any action an official client is able to do, and more.
To get started, press the Next button.
.. toctree::
:hidden:
:caption: Getting Started