TD.Data.Stories
data Stories Source #
Constructors
Represents a list of stories
Fields
Approximate total number of stories found
The list of stories
Identifiers of the pinned stories; returned only in getChatPostedToChatPageStories with from_story_id == 0
Defined in TD.Data.Stories
Methods
parseJSON :: Value -> Parser Stories #
parseJSONList :: Value -> Parser [Stories] #
showsPrec :: Int -> Stories -> ShowS #
show :: Stories -> String #
showList :: [Stories] -> ShowS #
(==) :: Stories -> Stories -> Bool #
(/=) :: Stories -> Stories -> Bool #
shortShow :: Stories -> String Source #