haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.PingProxy

Synopsis

Documentation

data PingProxy Source #

Computes time needed to receive a response from a Telegram server through a proxy. Can be called before authorization. Returns Seconds

Constructors

PingProxy 

Fields

  • proxy_id :: Maybe Int

    Proxy identifier. Use 0 to ping a Telegram server without a proxy

Instances

Instances details
ToJSON PingProxy Source # 
Instance details

Defined in TD.Query.PingProxy

Show PingProxy Source # 
Instance details

Defined in TD.Query.PingProxy

Eq PingProxy Source # 
Instance details

Defined in TD.Query.PingProxy

ShortShow PingProxy Source # 
Instance details

Defined in TD.Query.PingProxy