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