Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SearchContacts Source #
Searches for the specified query in the first names, last names and usernames of the known user contacts. Returns Users
Instances
ToJSON SearchContacts Source # | |
Defined in TD.Query.SearchContacts toJSON :: SearchContacts -> Value # toEncoding :: SearchContacts -> Encoding # toJSONList :: [SearchContacts] -> Value # toEncodingList :: [SearchContacts] -> Encoding # | |
Show SearchContacts Source # | |
Defined in TD.Query.SearchContacts showsPrec :: Int -> SearchContacts -> ShowS # show :: SearchContacts -> String # showList :: [SearchContacts] -> ShowS # | |
Eq SearchContacts Source # | |
Defined in TD.Query.SearchContacts (==) :: SearchContacts -> SearchContacts -> Bool # (/=) :: SearchContacts -> SearchContacts -> Bool # | |
ShortShow SearchContacts Source # | |
Defined in TD.Query.SearchContacts shortShow :: SearchContacts -> String Source # |