Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data SetStoryReaction Source #
Changes chosen reaction on a story that has already been sent. Returns Ok
SetStoryReaction | |
|
Instances
ToJSON SetStoryReaction Source # | |
Defined in TD.Query.SetStoryReaction toJSON :: SetStoryReaction -> Value # toEncoding :: SetStoryReaction -> Encoding # toJSONList :: [SetStoryReaction] -> Value # toEncodingList :: [SetStoryReaction] -> Encoding # | |
Show SetStoryReaction Source # | |
Defined in TD.Query.SetStoryReaction showsPrec :: Int -> SetStoryReaction -> ShowS # show :: SetStoryReaction -> String # showList :: [SetStoryReaction] -> ShowS # | |
Eq SetStoryReaction Source # | |
Defined in TD.Query.SetStoryReaction (==) :: SetStoryReaction -> SetStoryReaction -> Bool # (/=) :: SetStoryReaction -> SetStoryReaction -> Bool # | |
ShortShow SetStoryReaction Source # | |
Defined in TD.Query.SetStoryReaction shortShow :: SetStoryReaction -> String Source # |