Interface ConnectionStateConnecting

Establishing a connection to the Telegram servers. Subtype of ConnectionState.

interface ConnectionStateConnecting {
    @type: "connectionStateConnecting";
}

Properties

Properties

@type: "connectionStateConnecting"