Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.TestNetwork
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
Constructors
TestNetwork |
Instances
ToJSON TestNetwork Source # | |
Defined in TD.Query.TestNetwork Methods toJSON :: TestNetwork -> Value # toEncoding :: TestNetwork -> Encoding # toJSONList :: [TestNetwork] -> Value # toEncodingList :: [TestNetwork] -> Encoding # | |
Show TestNetwork Source # | |
Defined in TD.Query.TestNetwork Methods showsPrec :: Int -> TestNetwork -> ShowS # show :: TestNetwork -> String # showList :: [TestNetwork] -> ShowS # | |
Eq TestNetwork Source # | |
Defined in TD.Query.TestNetwork | |
ShortShow TestNetwork Source # | |
Defined in TD.Query.TestNetwork Methods shortShow :: TestNetwork -> String Source # |