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