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