mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 18:37:26 +00:00
Move images to _images folder
This commit is contained in:
parent
63d3dd6dc1
commit
b5c9eb2e76
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
@ -15,7 +15,7 @@ Inline Bots
|
|||||||
# Get bot results for "Fuzz Universe" from the inline bot @vid
|
# Get bot results for "Fuzz Universe" from the inline bot @vid
|
||||||
bot_results = client.get_inline_bot_results("vid", "Fuzz Universe")
|
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%
|
:width: 90%
|
||||||
:align: center
|
:align: center
|
||||||
:figwidth: 60%
|
:figwidth: 60%
|
||||||
@ -31,7 +31,7 @@ Inline Bots
|
|||||||
# Send the first result (bot_results.results[0]) to your own chat (Saved Messages)
|
# 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)
|
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%
|
:width: 90%
|
||||||
:align: center
|
:align: center
|
||||||
:figwidth: 60%
|
:figwidth: 60%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user