mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a64639edde
@ -49,7 +49,7 @@ Features
|
|||||||
`MTProto Mobile Protocol v2.0`_ and the mechanisms needed for establishing
|
`MTProto Mobile Protocol v2.0`_ and the mechanisms needed for establishing
|
||||||
a reliable connection.
|
a reliable connection.
|
||||||
|
|
||||||
- **Updated**: Pyrogram makes use of the latest Telegram API version, currently `Layer 74`_.
|
- **Updated**: Pyrogram makes use of the latest Telegram API version, currently `Layer 75`_.
|
||||||
|
|
||||||
- **Documented**: Pyrogram API public methods are documented and resemble the well
|
- **Documented**: Pyrogram API public methods are documented and resemble the well
|
||||||
established Telegram Bot API, thus offering a familiar look to Bot developers.
|
established Telegram Bot API, thus offering a familiar look to Bot developers.
|
||||||
@ -148,7 +148,7 @@ License
|
|||||||
|
|
||||||
.. _`MTProto Mobile Protocol v2.0`: https://core.telegram.org/mtproto
|
.. _`MTProto Mobile Protocol v2.0`: https://core.telegram.org/mtproto
|
||||||
|
|
||||||
.. _`Layer 74`: compiler/api/source/main_api.tl
|
.. _`Layer 75`: compiler/api/source/main_api.tl
|
||||||
|
|
||||||
.. _`your own`: https://github.com/pyrogram/pyrogram/wiki/Getting-Started#api-keys
|
.. _`your own`: https://github.com/pyrogram/pyrogram/wiki/Getting-Started#api-keys
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ License
|
|||||||
<br><br><br>
|
<br><br><br>
|
||||||
<a href="compiler/api/source/main_api.tl">
|
<a href="compiler/api/source/main_api.tl">
|
||||||
<img src="https://www.pyrogram.ml/images/scheme.svg"
|
<img src="https://www.pyrogram.ml/images/scheme.svg"
|
||||||
alt="Scheme Layer 74">
|
alt="Scheme Layer 75">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://core.telegram.org/mtproto">
|
<a href="https://core.telegram.org/mtproto">
|
||||||
<img src="https://www.pyrogram.ml/images/mtproto.svg"
|
<img src="https://www.pyrogram.ml/images/mtproto.svg"
|
||||||
@ -207,7 +207,7 @@ License
|
|||||||
|
|
||||||
.. |scheme| image:: https://www.pyrogram.ml/images/scheme.svg
|
.. |scheme| image:: https://www.pyrogram.ml/images/scheme.svg
|
||||||
:target: compiler/api/source/main_api.tl
|
:target: compiler/api/source/main_api.tl
|
||||||
:alt: Scheme Layer 74
|
:alt: Scheme Layer 75
|
||||||
|
|
||||||
.. |mtproto| image:: https://www.pyrogram.ml/images/mtproto.svg
|
.. |mtproto| image:: https://www.pyrogram.ml/images/mtproto.svg
|
||||||
:target: https://core.telegram.org/mtproto
|
:target: https://core.telegram.org/mtproto
|
||||||
|
Loading…
Reference in New Issue
Block a user