| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.AddPendingLiveStoryReaction
Documentation
data AddPendingLiveStoryReaction Source #
Adds pending paid reaction in a live story group call. Can't be used in live stories posted by the current user. Call commitPendingLiveStoryReactions or removePendingLiveStoryReactions to actually send all pending reactions when the undo timer is over or abort the sending. Returns Ok
Constructors
| AddPendingLiveStoryReaction | |
Fields
| |
Instances
| ToJSON AddPendingLiveStoryReaction Source # | |
Defined in TD.Query.AddPendingLiveStoryReaction Methods toJSON :: AddPendingLiveStoryReaction -> Value # toEncoding :: AddPendingLiveStoryReaction -> Encoding # toJSONList :: [AddPendingLiveStoryReaction] -> Value # toEncodingList :: [AddPendingLiveStoryReaction] -> Encoding # | |
| Show AddPendingLiveStoryReaction Source # | |
Defined in TD.Query.AddPendingLiveStoryReaction Methods showsPrec :: Int -> AddPendingLiveStoryReaction -> ShowS # show :: AddPendingLiveStoryReaction -> String # showList :: [AddPendingLiveStoryReaction] -> ShowS # | |
| Eq AddPendingLiveStoryReaction Source # | |
Defined in TD.Query.AddPendingLiveStoryReaction Methods (==) :: AddPendingLiveStoryReaction -> AddPendingLiveStoryReaction -> Bool # (/=) :: AddPendingLiveStoryReaction -> AddPendingLiveStoryReaction -> Bool # | |
| ShortShow AddPendingLiveStoryReaction Source # | |
Defined in TD.Query.AddPendingLiveStoryReaction Methods | |