2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 02:17:21 +00:00

Move images to _images folder

This commit is contained in:
Dan 2018-03-01 00:11:12 +01:00
parent 63d3dd6dc1
commit b5c9eb2e76
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

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:: ../_static/get_inline_bot_results.png
.. figure:: ../_images/get_inline_bot_results.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:: ../_static/send_inline_bot_result.png
.. figure:: ../_images/send_inline_bot_result.png
:width: 90%
:align: center
:figwidth: 60%