Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ClearRecentlyFoundChats
Synopsis
Documentation
data ClearRecentlyFoundChats Source #
Clears the list of recently found chats. Returns Ok
Constructors
ClearRecentlyFoundChats |
Instances
ToJSON ClearRecentlyFoundChats Source # | |
Defined in TD.Query.ClearRecentlyFoundChats Methods toJSON :: ClearRecentlyFoundChats -> Value # toEncoding :: ClearRecentlyFoundChats -> Encoding # toJSONList :: [ClearRecentlyFoundChats] -> Value # | |
Show ClearRecentlyFoundChats Source # | |
Defined in TD.Query.ClearRecentlyFoundChats Methods showsPrec :: Int -> ClearRecentlyFoundChats -> ShowS # show :: ClearRecentlyFoundChats -> String # showList :: [ClearRecentlyFoundChats] -> ShowS # | |
Eq ClearRecentlyFoundChats Source # | |
Defined in TD.Query.ClearRecentlyFoundChats Methods (==) :: ClearRecentlyFoundChats -> ClearRecentlyFoundChats -> Bool # (/=) :: ClearRecentlyFoundChats -> ClearRecentlyFoundChats -> Bool # | |
ShortShow ClearRecentlyFoundChats Source # | |
Defined in TD.Query.ClearRecentlyFoundChats Methods |