Remove proxy_params config option from telegram bot platforms (#31798)

* Update telegram_polling.markdown

Remove proxy_params option from telegram bot

* Update telegram_webhooks.markdown

Remove proxy_params option from telegram bot

* Update telegram_broadcast.markdown

Remove proxy_params option from telegram bot
This commit is contained in:
Jim 2024-03-25 20:13:40 +00:00 committed by GitHub
parent c30333cc1b
commit b70f5b2012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 15 deletions

View File

@ -40,11 +40,7 @@ parse_mode:
type: string
default: "`markdown`"
proxy_url:
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
required: false
type: string
proxy_params:
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
required: false
type: string
{% endconfiguration %}

View File

@ -42,11 +42,7 @@ parse_mode:
type: string
default: "`markdown`"
proxy_url:
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
required: false
type: string
proxy_params:
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
required: false
type: string
{% endconfiguration %}

View File

@ -44,11 +44,7 @@ parse_mode:
default: "`markdown`"
type: string
proxy_url:
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
required: false
type: string
proxy_params:
description: Proxy configuration parameters, as dict, if working behind a proxy (`username`, `password`, etc.).
description: Proxy URL if working behind one, optionally including username and password. (`socks5://username:password@proxy_ip:proxy_port`).
required: false
type: string
url: