TD.Query.OpenStory
data OpenStory Source #
Informs TDLib that a story is opened and is being viewed by the user. Returns Ok
Ok
Constructors
Fields
The identifier of the sender of the opened story
The identifier of the story
Defined in TD.Query.OpenStory
Methods
toJSON :: OpenStory -> Value #
toEncoding :: OpenStory -> Encoding #
toJSONList :: [OpenStory] -> Value #
toEncodingList :: [OpenStory] -> Encoding #
showsPrec :: Int -> OpenStory -> ShowS #
show :: OpenStory -> String #
showList :: [OpenStory] -> ShowS #
(==) :: OpenStory -> OpenStory -> Bool #
(/=) :: OpenStory -> OpenStory -> Bool #
shortShow :: OpenStory -> String Source #
defaultOpenStory :: OpenStory Source #