Interface EnableProxy

Enables a proxy. Only one proxy can be enabled at a time. Can be called before authorization. Request type for Tdjson#enableProxy.

interface EnableProxy {
    @type: "enableProxy";
    proxy_id: number;
}

Properties

Properties

@type: "enableProxy"
proxy_id: number

Proxy identifier.