Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
GetStoryInteractions | |
|
Instances
ToJSON GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions toJSON :: GetStoryInteractions -> Value # toEncoding :: GetStoryInteractions -> Encoding # toJSONList :: [GetStoryInteractions] -> Value # toEncodingList :: [GetStoryInteractions] -> Encoding # | |
Show GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions showsPrec :: Int -> GetStoryInteractions -> ShowS # show :: GetStoryInteractions -> String # showList :: [GetStoryInteractions] -> ShowS # | |
Eq GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions (==) :: GetStoryInteractions -> GetStoryInteractions -> Bool # (/=) :: GetStoryInteractions -> GetStoryInteractions -> Bool # | |
ShortShow GetStoryInteractions Source # | |
Defined in TD.Query.GetStoryInteractions |