mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Add docs intro
This commit is contained in:
parent
d3b82ef622
commit
9e0901aadf
@ -38,6 +38,10 @@ Welcome to Pyrogram
|
|||||||
About
|
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
|
**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.
|
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
|
- **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.
|
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::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
:caption: Getting Started
|
:caption: Getting Started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user