Interface PingProxy

Computes time needed to receive a response from a Telegram server through a proxy. Can be called before authorization. Request type for Tdjson#pingProxy.

interface PingProxy {
    @type: "pingProxy";
    proxy_id: number;
}

Properties

Properties

@type: "pingProxy"
proxy_id: number

Proxy identifier. Use 0 to ping a Telegram server without a proxy.