From b70f5b2012dc7e336bf2bc7fb5b68c3a72fee5fe Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 25 Mar 2024 20:13:40 +0000 Subject: [PATCH] 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 --- source/_integrations/telegram_broadcast.markdown | 6 +----- source/_integrations/telegram_polling.markdown | 6 +----- source/_integrations/telegram_webhooks.markdown | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/source/_integrations/telegram_broadcast.markdown b/source/_integrations/telegram_broadcast.markdown index a73824f85cc..5b62eeffd2a 100644 --- a/source/_integrations/telegram_broadcast.markdown +++ b/source/_integrations/telegram_broadcast.markdown @@ -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 %} diff --git a/source/_integrations/telegram_polling.markdown b/source/_integrations/telegram_polling.markdown index befcd63fd03..cd847e40a46 100644 --- a/source/_integrations/telegram_polling.markdown +++ b/source/_integrations/telegram_polling.markdown @@ -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 %} diff --git a/source/_integrations/telegram_webhooks.markdown b/source/_integrations/telegram_webhooks.markdown index 3116b7162ab..01d8bbd29e8 100644 --- a/source/_integrations/telegram_webhooks.markdown +++ b/source/_integrations/telegram_webhooks.markdown @@ -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: