Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SendCallDebugInformation
Documentation
data SendCallDebugInformation Source #
Sends debug information for a call to Telegram servers. Returns Ok
Constructors
SendCallDebugInformation | |
Instances
ToJSON SendCallDebugInformation Source # | |
Defined in TD.Query.SendCallDebugInformation Methods toJSON :: SendCallDebugInformation -> Value # toEncoding :: SendCallDebugInformation -> Encoding # toJSONList :: [SendCallDebugInformation] -> Value # | |
Show SendCallDebugInformation Source # | |
Defined in TD.Query.SendCallDebugInformation Methods showsPrec :: Int -> SendCallDebugInformation -> ShowS # show :: SendCallDebugInformation -> String # showList :: [SendCallDebugInformation] -> ShowS # | |
Eq SendCallDebugInformation Source # | |
Defined in TD.Query.SendCallDebugInformation Methods (==) :: SendCallDebugInformation -> SendCallDebugInformation -> Bool # (/=) :: SendCallDebugInformation -> SendCallDebugInformation -> Bool # | |
ShortShow SendCallDebugInformation Source # | |
Defined in TD.Query.SendCallDebugInformation Methods |