| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.DeleteProfilePhoto
Synopsis
- data DeleteProfilePhoto = DeleteProfilePhoto {}
Documentation
data DeleteProfilePhoto Source #
Deletes a profile photo. Returns Ok
Constructors
| DeleteProfilePhoto | |
Fields
| |
Instances
| ToJSON DeleteProfilePhoto Source # | |
Defined in TD.Query.DeleteProfilePhoto Methods toJSON :: DeleteProfilePhoto -> Value # toEncoding :: DeleteProfilePhoto -> Encoding # toJSONList :: [DeleteProfilePhoto] -> Value # toEncodingList :: [DeleteProfilePhoto] -> Encoding # | |
| Show DeleteProfilePhoto Source # | |
Defined in TD.Query.DeleteProfilePhoto Methods showsPrec :: Int -> DeleteProfilePhoto -> ShowS # show :: DeleteProfilePhoto -> String # showList :: [DeleteProfilePhoto] -> ShowS # | |
| Eq DeleteProfilePhoto Source # | |
Defined in TD.Query.DeleteProfilePhoto Methods (==) :: DeleteProfilePhoto -> DeleteProfilePhoto -> Bool # (/=) :: DeleteProfilePhoto -> DeleteProfilePhoto -> Bool # | |
| ShortShow DeleteProfilePhoto Source # | |
Defined in TD.Query.DeleteProfilePhoto Methods shortShow :: DeleteProfilePhoto -> String Source # | |