Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data StoryInteractionType Source #
Describes type of interaction with a story
StoryInteractionTypeView | A view of the story |
| |
StoryInteractionTypeForward | A forward of the story as a message |
StoryInteractionTypeRepost | A repost of the story as a story |
Instances
FromJSON StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType parseJSON :: Value -> Parser StoryInteractionType # parseJSONList :: Value -> Parser [StoryInteractionType] # | |
Show StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType showsPrec :: Int -> StoryInteractionType -> ShowS # show :: StoryInteractionType -> String # showList :: [StoryInteractionType] -> ShowS # | |
Eq StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType (==) :: StoryInteractionType -> StoryInteractionType -> Bool # (/=) :: StoryInteractionType -> StoryInteractionType -> Bool # | |
ShortShow StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType |