Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.IsProfileAudio
Synopsis
- data IsProfileAudio = IsProfileAudio {}
Documentation
data IsProfileAudio Source #
Checks whether a file is in the profile audio files of the current user. Returns a 404 error if it isn't. Returns Ok
Constructors
IsProfileAudio | |
Instances
ToJSON IsProfileAudio Source # | |
Defined in TD.Query.IsProfileAudio Methods toJSON :: IsProfileAudio -> Value # toEncoding :: IsProfileAudio -> Encoding # toJSONList :: [IsProfileAudio] -> Value # toEncodingList :: [IsProfileAudio] -> Encoding # | |
Show IsProfileAudio Source # | |
Defined in TD.Query.IsProfileAudio Methods showsPrec :: Int -> IsProfileAudio -> ShowS # show :: IsProfileAudio -> String # showList :: [IsProfileAudio] -> ShowS # | |
Eq IsProfileAudio Source # | |
Defined in TD.Query.IsProfileAudio Methods (==) :: IsProfileAudio -> IsProfileAudio -> Bool # (/=) :: IsProfileAudio -> IsProfileAudio -> Bool # | |
ShortShow IsProfileAudio Source # | |
Defined in TD.Query.IsProfileAudio Methods shortShow :: IsProfileAudio -> String Source # |