Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetProxyLink = GetProxyLink {}
Documentation
data GetProxyLink Source #
Returns an HTTPS link, which can be used to add a proxy. Available only for SOCKS5 and MTProto proxies. Can be called before authorization. Returns HttpUrl
Instances
ToJSON GetProxyLink Source # | |
Defined in TD.Query.GetProxyLink toJSON :: GetProxyLink -> Value # toEncoding :: GetProxyLink -> Encoding # toJSONList :: [GetProxyLink] -> Value # toEncodingList :: [GetProxyLink] -> Encoding # | |
Show GetProxyLink Source # | |
Defined in TD.Query.GetProxyLink showsPrec :: Int -> GetProxyLink -> ShowS # show :: GetProxyLink -> String # showList :: [GetProxyLink] -> ShowS # | |
Eq GetProxyLink Source # | |
Defined in TD.Query.GetProxyLink (==) :: GetProxyLink -> GetProxyLink -> Bool # (/=) :: GetProxyLink -> GetProxyLink -> Bool # | |
ShortShow GetProxyLink Source # | |
Defined in TD.Query.GetProxyLink shortShow :: GetProxyLink -> String Source # |