Update README.rst
This commit is contained in:
parent
095e97a8e5
commit
5e1d51ac22
32
README.rst
32
README.rst
@ -89,6 +89,9 @@ please refer to the `Wiki`_:
|
|||||||
|
|
||||||
- `Introduction`_
|
- `Introduction`_
|
||||||
|
|
||||||
|
Other references:
|
||||||
|
|
||||||
|
- `docs.pyrogram.ml`_
|
||||||
|
|
||||||
Development
|
Development
|
||||||
===========
|
===========
|
||||||
@ -105,23 +108,8 @@ functions.
|
|||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Soon. For now, have a look at the ``pyrogram.Client`` code to get some insights.
|
- Pyrogram's API documentation at `docs.pyrogram.ml`_.
|
||||||
|
- Guides and examples can be found on the `Wiki`_.
|
||||||
Currently you are able to easily:
|
|
||||||
|
|
||||||
- ``send_message``
|
|
||||||
|
|
||||||
- ``forward_messages``
|
|
||||||
|
|
||||||
- ``edit_message_text``
|
|
||||||
|
|
||||||
- ``delete_messages``
|
|
||||||
|
|
||||||
- ``send_chat_action``
|
|
||||||
|
|
||||||
- Some more...
|
|
||||||
|
|
||||||
as well as listening for updates and catching API errors.
|
|
||||||
|
|
||||||
|
|
||||||
Contribution
|
Contribution
|
||||||
@ -165,6 +153,8 @@ License
|
|||||||
|
|
||||||
.. _`Telegram`: https://t.me/joinchat/AWDQ8lK2HgBN7ka4OyWVTw
|
.. _`Telegram`: https://t.me/joinchat/AWDQ8lK2HgBN7ka4OyWVTw
|
||||||
|
|
||||||
|
.. _`docs.pyrogram.ml`: https://docs.pyrogram.ml
|
||||||
|
|
||||||
.. _`bot-like`: https://core.telegram.org/bots/api#available-methods
|
.. _`bot-like`: https://core.telegram.org/bots/api#available-methods
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/pyrogram/pyrogram/issues
|
.. _`GitHub`: https://github.com/pyrogram/pyrogram/issues
|
||||||
@ -186,14 +176,14 @@ License
|
|||||||
<b>Telegram MTProto API Client Library for Python</b>
|
<b>Telegram MTProto API Client Library for Python</b>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<a href="https://pypi.python.org/pypi/Pyrogram">
|
|
||||||
Download
|
|
||||||
</a>
|
|
||||||
•
|
|
||||||
<a href="https://github.com/pyrogram/pyrogram/wiki">
|
<a href="https://github.com/pyrogram/pyrogram/wiki">
|
||||||
Wiki
|
Wiki
|
||||||
</a>
|
</a>
|
||||||
•
|
•
|
||||||
|
<a href="https://docs.pyrogram.ml">
|
||||||
|
Documentation
|
||||||
|
</a>
|
||||||
|
•
|
||||||
<a href="https://t.me/joinchat/AWDQ8lK2HgBN7ka4OyWVTw">
|
<a href="https://t.me/joinchat/AWDQ8lK2HgBN7ka4OyWVTw">
|
||||||
Telegram Group
|
Telegram Group
|
||||||
</a
|
</a
|
||||||
|
Loading…
Reference in New Issue
Block a user