Interface GetProxyLink

Returns an HTTPS link, which can be used to add a proxy. Available only for SOCKS5 and MTProto proxies. Can be called before authorization. Request type for Tdjson#getProxyLink.

interface GetProxyLink {
    @type: "getProxyLink";
    proxy_id: number;
}

Properties

Properties

@type: "getProxyLink"
proxy_id: number

Proxy identifier.