Interface RemoveProxy

Removes a proxy server. Can be called before authorization. Request type for Tdjson#removeProxy.

interface RemoveProxy {
    @type: "removeProxy";
    proxy_id: number;
}

Properties

Properties

@type: "removeProxy"
proxy_id: number

Proxy identifier.