Interface ConnectionStateWaitingForNetwork

Describes the current state of the connection to Telegram servers. Subtype of ConnectionState.

interface ConnectionStateWaitingForNetwork {
    @type: "connectionStateWaitingForNetwork";
}

Properties

Properties

@type: "connectionStateWaitingForNetwork"