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