haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.NetworkType

Synopsis

Documentation

data NetworkType Source #

Represents the type of network

Constructors

NetworkTypeNone

The network is not available

NetworkTypeMobile

A mobile network

NetworkTypeMobileRoaming

A mobile roaming network

NetworkTypeWiFi

A Wi-Fi network

NetworkTypeOther

A different network type (e.g., Ethernet network)