| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.ActiveStoryState
Synopsis
Documentation
data ActiveStoryState Source #
Describes state of active stories posted by a chat
Constructors
| ActiveStoryStateLive | The chat has an active live story |
| ActiveStoryStateUnread | The chat has some unread active stories |
| ActiveStoryStateRead | The chat has active stories, all of which were read |
Instances
| FromJSON ActiveStoryState Source # | |
Defined in TD.Data.ActiveStoryState Methods parseJSON :: Value -> Parser ActiveStoryState # parseJSONList :: Value -> Parser [ActiveStoryState] # | |
| Show ActiveStoryState Source # | |
Defined in TD.Data.ActiveStoryState Methods showsPrec :: Int -> ActiveStoryState -> ShowS # show :: ActiveStoryState -> String # showList :: [ActiveStoryState] -> ShowS # | |
| Eq ActiveStoryState Source # | |
Defined in TD.Data.ActiveStoryState Methods (==) :: ActiveStoryState -> ActiveStoryState -> Bool # (/=) :: ActiveStoryState -> ActiveStoryState -> Bool # | |
| ShortShow ActiveStoryState Source # | |
Defined in TD.Data.ActiveStoryState Methods shortShow :: ActiveStoryState -> String Source # | |