Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data AddSavedAnimation = AddSavedAnimation {}
Documentation
data AddSavedAnimation Source #
Manually adds a new animation to the list of saved animations. The new animation is added to the beginning of the list. If the animation was already in the list, it is removed first. Only non-secret video animations with MIME type "video/mp4" can be added to the list. Returns Ok
Instances
ToJSON AddSavedAnimation Source # | |
Defined in TD.Query.AddSavedAnimation toJSON :: AddSavedAnimation -> Value # toEncoding :: AddSavedAnimation -> Encoding # toJSONList :: [AddSavedAnimation] -> Value # toEncodingList :: [AddSavedAnimation] -> Encoding # | |
Show AddSavedAnimation Source # | |
Defined in TD.Query.AddSavedAnimation showsPrec :: Int -> AddSavedAnimation -> ShowS # show :: AddSavedAnimation -> String # showList :: [AddSavedAnimation] -> ShowS # | |
Eq AddSavedAnimation Source # | |
Defined in TD.Query.AddSavedAnimation (==) :: AddSavedAnimation -> AddSavedAnimation -> Bool # (/=) :: AddSavedAnimation -> AddSavedAnimation -> Bool # | |
ShortShow AddSavedAnimation Source # | |
Defined in TD.Query.AddSavedAnimation shortShow :: AddSavedAnimation -> String Source # |