Interface DisableProxy

Disables the currently enabled proxy. Can be called before authorization. Request type for Tdjson#disableProxy.

interface DisableProxy {
    @type: "disableProxy";
}

Properties

Properties

@type: "disableProxy"