Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data RemoveNotification Source #
Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user. Returns Ok
RemoveNotification | |
|
Instances
ToJSON RemoveNotification Source # | |
Defined in TD.Query.RemoveNotification toJSON :: RemoveNotification -> Value # toEncoding :: RemoveNotification -> Encoding # toJSONList :: [RemoveNotification] -> Value # toEncodingList :: [RemoveNotification] -> Encoding # | |
Show RemoveNotification Source # | |
Defined in TD.Query.RemoveNotification showsPrec :: Int -> RemoveNotification -> ShowS # show :: RemoveNotification -> String # showList :: [RemoveNotification] -> ShowS # | |
Eq RemoveNotification Source # | |
Defined in TD.Query.RemoveNotification (==) :: RemoveNotification -> RemoveNotification -> Bool # (/=) :: RemoveNotification -> RemoveNotification -> Bool # | |
ShortShow RemoveNotification Source # | |
Defined in TD.Query.RemoveNotification shortShow :: RemoveNotification -> String Source # |