Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetLogTags = GetLogTags
Documentation
data GetLogTags Source #
Returns the list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"]. Can be called synchronously. Returns LogTags
Instances
ToJSON GetLogTags Source # | |
Defined in TD.Query.GetLogTags toJSON :: GetLogTags -> Value # toEncoding :: GetLogTags -> Encoding # toJSONList :: [GetLogTags] -> Value # toEncodingList :: [GetLogTags] -> Encoding # | |
Show GetLogTags Source # | |
Defined in TD.Query.GetLogTags showsPrec :: Int -> GetLogTags -> ShowS # show :: GetLogTags -> String # showList :: [GetLogTags] -> ShowS # | |
Eq GetLogTags Source # | |
Defined in TD.Query.GetLogTags (==) :: GetLogTags -> GetLogTags -> Bool # (/=) :: GetLogTags -> GetLogTags -> Bool # | |
ShortShow GetLogTags Source # | |
Defined in TD.Query.GetLogTags shortShow :: GetLogTags -> String Source # |