TD.Data.StoryInfo
data StoryInfo Source #
Constructors
Contains basic information about a story
Fields
Unique story identifier among stories of the given sender
Point in time (Unix timestamp) when the story was published
True, if the story is available only to close friends
Defined in TD.Data.StoryInfo
Methods
parseJSON :: Value -> Parser StoryInfo #
parseJSONList :: Value -> Parser [StoryInfo] #
showsPrec :: Int -> StoryInfo -> ShowS #
show :: StoryInfo -> String #
showList :: [StoryInfo] -> ShowS #
(==) :: StoryInfo -> StoryInfo -> Bool #
(/=) :: StoryInfo -> StoryInfo -> Bool #
shortShow :: StoryInfo -> String Source #