Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data TestNetwork = TestNetwork
Documentation
data TestNetwork Source #
Sends a simple network request to the Telegram servers; for testing only. Can be called before authorization. Returns Ok
Instances
ToJSON TestNetwork Source # | |
Defined in TD.Query.TestNetwork toJSON :: TestNetwork -> Value # toEncoding :: TestNetwork -> Encoding # toJSONList :: [TestNetwork] -> Value # toEncodingList :: [TestNetwork] -> Encoding # | |
Show TestNetwork Source # | |
Defined in TD.Query.TestNetwork showsPrec :: Int -> TestNetwork -> ShowS # show :: TestNetwork -> String # showList :: [TestNetwork] -> ShowS # | |
Eq TestNetwork Source # | |
Defined in TD.Query.TestNetwork (==) :: TestNetwork -> TestNetwork -> Bool # (/=) :: TestNetwork -> TestNetwork -> Bool # | |
ShortShow TestNetwork Source # | |
Defined in TD.Query.TestNetwork shortShow :: TestNetwork -> String Source # |