| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.InputStoryContent
Synopsis
- data InputStoryContent
Documentation
data InputStoryContent Source #
The content of a story to post
Constructors
| InputStoryContentPhoto | A photo story |
| InputStoryContentVideo | A video story |
Fields
| |
Instances
| FromJSON InputStoryContent Source # | |
Defined in TD.Data.InputStoryContent Methods parseJSON :: Value -> Parser InputStoryContent # parseJSONList :: Value -> Parser [InputStoryContent] # | |
| ToJSON InputStoryContent Source # | |
Defined in TD.Data.InputStoryContent Methods toJSON :: InputStoryContent -> Value # toEncoding :: InputStoryContent -> Encoding # toJSONList :: [InputStoryContent] -> Value # toEncodingList :: [InputStoryContent] -> Encoding # | |
| Show InputStoryContent Source # | |
Defined in TD.Data.InputStoryContent Methods showsPrec :: Int -> InputStoryContent -> ShowS # show :: InputStoryContent -> String # showList :: [InputStoryContent] -> ShowS # | |
| Eq InputStoryContent Source # | |
Defined in TD.Data.InputStoryContent Methods (==) :: InputStoryContent -> InputStoryContent -> Bool # (/=) :: InputStoryContent -> InputStoryContent -> Bool # | |
| ShortShow InputStoryContent Source # | |
Defined in TD.Data.InputStoryContent Methods shortShow :: InputStoryContent -> String Source # | |