Update Bot API diagram in docs

This commit is contained in:
Dan 2020-05-25 14:31:31 +02:00
parent e30b9c5255
commit b4467e82af
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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