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