| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.StoryFullId
Documentation
data StoryFullId Source #
Constructors
| StoryFullId | Contains identifier of a story along with identifier of the chat that posted it |
Instances
| FromJSON StoryFullId Source # | |
Defined in TD.Data.StoryFullId | |
| ToJSON StoryFullId Source # | |
Defined in TD.Data.StoryFullId Methods toJSON :: StoryFullId -> Value # toEncoding :: StoryFullId -> Encoding # toJSONList :: [StoryFullId] -> Value # toEncodingList :: [StoryFullId] -> Encoding # | |
| Show StoryFullId Source # | |
Defined in TD.Data.StoryFullId Methods showsPrec :: Int -> StoryFullId -> ShowS # show :: StoryFullId -> String # showList :: [StoryFullId] -> ShowS # | |
| Eq StoryFullId Source # | |
Defined in TD.Data.StoryFullId | |
| ShortShow StoryFullId Source # | |
Defined in TD.Data.StoryFullId Methods shortShow :: StoryFullId -> String Source # | |