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