2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 22:35:36 +00:00

Update docs

This commit is contained in:
Dan
2018-03-24 14:47:20 +01:00
parent deb5c17612
commit 4049886e7a
5 changed files with 33 additions and 62 deletions

View File

@@ -15,7 +15,7 @@ Inline Bots
# Get bot results for "Fuzz Universe" from the inline bot @vid
bot_results = client.get_inline_bot_results("vid", "Fuzz Universe")
.. figure:: ../_images/get_inline_bot_results.png
.. figure:: https://i.imgur.com/IAqLs54.png
:width: 90%
:align: center
:figwidth: 60%
@@ -31,7 +31,7 @@ Inline Bots
# Send the first result (bot_results.results[0]) to your own chat (Saved Messages)
client.send_inline_bot_result("me", bot_results.query_id, bot_results.results[0].id)
.. figure:: ../_images/send_inline_bot_result.png
.. figure:: https://i.imgur.com/wwxr7B7.png
:width: 90%
:align: center
:figwidth: 60%