| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.RemoveContacts
Synopsis
- data RemoveContacts = RemoveContacts {}
Documentation
data RemoveContacts Source #
Removes users from the contact list. Returns Ok
Constructors
| RemoveContacts | |
Instances
| ToJSON RemoveContacts Source # | |
Defined in TD.Query.RemoveContacts Methods toJSON :: RemoveContacts -> Value # toEncoding :: RemoveContacts -> Encoding # toJSONList :: [RemoveContacts] -> Value # toEncodingList :: [RemoveContacts] -> Encoding # | |
| Show RemoveContacts Source # | |
Defined in TD.Query.RemoveContacts Methods showsPrec :: Int -> RemoveContacts -> ShowS # show :: RemoveContacts -> String # showList :: [RemoveContacts] -> ShowS # | |
| Eq RemoveContacts Source # | |
Defined in TD.Query.RemoveContacts Methods (==) :: RemoveContacts -> RemoveContacts -> Bool # (/=) :: RemoveContacts -> RemoveContacts -> Bool # | |
| ShortShow RemoveContacts Source # | |
Defined in TD.Query.RemoveContacts Methods shortShow :: RemoveContacts -> String Source # | |