| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.StoryInteractionType
Synopsis
Documentation
data StoryInteractionType Source #
Describes type of interaction with a story
Constructors
| StoryInteractionTypeView | A view of the story |
Fields
| |
| 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 Methods parseJSON :: Value -> Parser StoryInteractionType # parseJSONList :: Value -> Parser [StoryInteractionType] # | |
| Show StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType Methods showsPrec :: Int -> StoryInteractionType -> ShowS # show :: StoryInteractionType -> String # showList :: [StoryInteractionType] -> ShowS # | |
| Eq StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType Methods (==) :: StoryInteractionType -> StoryInteractionType -> Bool # (/=) :: StoryInteractionType -> StoryInteractionType -> Bool # | |
| ShortShow StoryInteractionType Source # | |
Defined in TD.Data.StoryInteractionType Methods | |