From a1f90582d9ec7bb388b1f23f69c0995520d179c8 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 5 Jun 2018 17:55:00 +0300 Subject: [PATCH] Documentation for proxy_id == 0 in pingProxy. GitOrigin-RevId: db8988a29ad5881150204e7f952c95d6095ff5d2 --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index c7ffd4a90..86d0904b1 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -3180,7 +3180,7 @@ getProxies = Proxies; //@description Returns an HTTPS link, which can be used to add the proxy. Available only for SOCKS5 and MTProto proxies. Can be called before authorization @proxy_id Proxy identifier getProxyLink proxy_id:int32 = Text; -//@description Computes time needed to receive a response from a Telegram server through the proxy. Can be called before authorization @proxy_id Proxy identifier +//@description Computes time needed to receive a response from a Telegram server through the proxy. Can be called before authorization @proxy_id Proxy identifier. Use 0 to ping a Telegram server without a proxy pingProxy proxy_id:int32 = Seconds;