mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 20:54:51 +00:00
Update docs
This commit is contained in:
parent
afb48d5d31
commit
c3ca21f4ed
2 changed files with 6 additions and 5 deletions
|
|
@ -7,7 +7,8 @@ Inline Bots
|
|||
-----------
|
||||
|
||||
- If a bot accepts inline queries, you can call it by using
|
||||
:obj:`get_inline_bot_results <pyrogram.Client.get_inline_bot_results>` to get the list of its inline results:
|
||||
:obj:`get_inline_bot_results <pyrogram.Client.get_inline_bot_results>` to get the list of its inline results
|
||||
for a query:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ Usage
|
|||
username = <your_username>
|
||||
password = <your_password>
|
||||
|
||||
- To enable or disable the proxy without deleting your settings from the config file,
|
||||
change the ``enabled`` value as follows:
|
||||
To enable or disable the proxy without deleting your settings from the config file,
|
||||
change the ``enabled`` value as follows:
|
||||
|
||||
- ``1``, ``yes``, ``True`` or ``on``: Enables the proxy
|
||||
- ``0``, ``no``, ``False`` or ``off``: Disables the proxy
|
||||
- ``1``, ``yes``, ``True`` or ``on``: Enables the proxy
|
||||
- ``0``, ``no``, ``False`` or ``off``: Disables the proxy
|
||||
|
||||
- Alternatively, you can setup your proxy without the need of the *config.ini* file by using the *proxy* parameter
|
||||
in the Client class:
|
||||
|
|
|
|||
Loading…
Reference in a new issue