Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetStoryInteractions
Synopsis
Documentation
data GetStoryInteractions Source #
Returns interactions with a story. The method can be called only for stories posted on behalf of the current user. Returns StoryInteractions
Constructors
GetStoryInteractions | |
Fields
|
Instances
ToJSON GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions Methods toJSON :: GetStoryInteractions -> Value # toEncoding :: GetStoryInteractions -> Encoding # toJSONList :: [GetStoryInteractions] -> Value # toEncodingList :: [GetStoryInteractions] -> Encoding # | |
Show GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions Methods showsPrec :: Int -> GetStoryInteractions -> ShowS # show :: GetStoryInteractions -> String # showList :: [GetStoryInteractions] -> ShowS # | |
Eq GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions Methods (==) :: GetStoryInteractions -> GetStoryInteractions -> Bool # (/=) :: GetStoryInteractions -> GetStoryInteractions -> Bool # | |
ShortShow GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions Methods |