TD.Query.GetStory
data GetStory Source #
Returns a story. Returns Story
Story
Constructors
Fields
Identifier of the chat that posted the story
Story identifier
Pass true to get only locally available information without sending network requests
Defined in TD.Query.GetStory
Methods
toJSON :: GetStory -> Value #
toEncoding :: GetStory -> Encoding #
toJSONList :: [GetStory] -> Value #
toEncodingList :: [GetStory] -> Encoding #
showsPrec :: Int -> GetStory -> ShowS #
show :: GetStory -> String #
showList :: [GetStory] -> ShowS #
(==) :: GetStory -> GetStory -> Bool #
(/=) :: GetStory -> GetStory -> Bool #
shortShow :: GetStory -> String Source #
defaultGetStory :: GetStory Source #