Interface TestNetwork

Sends a simple network request to the Telegram servers; for testing only. Can be called before authorization. Request type for Tdjson#testNetwork.

interface TestNetwork {
    @type: "testNetwork";
}

Properties

Properties

@type: "testNetwork"