Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data SetLogStream = SetLogStream {}
Documentation
data SetLogStream Source #
Sets new log stream for internal logging of TDLib. Can be called synchronously. Returns Ok
SetLogStream | |
|
Instances
ToJSON SetLogStream Source # | |
Defined in TD.Query.SetLogStream toJSON :: SetLogStream -> Value # toEncoding :: SetLogStream -> Encoding # toJSONList :: [SetLogStream] -> Value # toEncodingList :: [SetLogStream] -> Encoding # | |
Show SetLogStream Source # | |
Defined in TD.Query.SetLogStream showsPrec :: Int -> SetLogStream -> ShowS # show :: SetLogStream -> String # showList :: [SetLogStream] -> ShowS # | |
Eq SetLogStream Source # | |
Defined in TD.Query.SetLogStream (==) :: SetLogStream -> SetLogStream -> Bool # (/=) :: SetLogStream -> SetLogStream -> Bool # | |
ShortShow SetLogStream Source # | |
Defined in TD.Query.SetLogStream shortShow :: SetLogStream -> String Source # |