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