mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Update Bot API diagram in docs
This commit is contained in:
parent
e30b9c5255
commit
b4467e82af
@ -85,7 +85,7 @@ Requests against the official bot API endpoint are made via JSON/HTTP, but are h
|
||||
application that implements the MTProto protocol -- just like Pyrogram -- and uses its own API key, which is always
|
||||
required, but hidden to the public.
|
||||
|
||||
.. figure:: https://i.imgur.com/C108qkX.png
|
||||
.. figure:: https://i.imgur.com/WvwBoZo.png
|
||||
:align: center
|
||||
|
||||
Using MTProto is the only way to communicate with the actual Telegram servers, and the main API requires developers to
|
||||
|
@ -35,7 +35,7 @@ accounts that are authorized via tokens instead of phone numbers. The Bot API is
|
||||
Telegram API, but runs on an intermediate server application that in turn communicates with the actual Telegram servers
|
||||
using MTProto.
|
||||
|
||||
.. figure:: https://i.imgur.com/C108qkX.png
|
||||
.. figure:: https://i.imgur.com/WvwBoZo.png
|
||||
:align: center
|
||||
|
||||
.. _Bot API: https://core.telegram.org/bots/api
|
||||
|
Loading…
Reference in New Issue
Block a user