Interface ConnectionStateReady

There is a working connection to the Telegram servers. Subtype of ConnectionState.

interface ConnectionStateReady {
    @type: "connectionStateReady";
}

Properties

Properties

@type: "connectionStateReady"