Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.RemoveNotificationGroup
Documentation
data RemoveNotificationGroup Source #
Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Returns Ok
Constructors
RemoveNotificationGroup | |
Fields
|
Instances
ToJSON RemoveNotificationGroup Source # | |
Defined in TD.Query.RemoveNotificationGroup Methods toJSON :: RemoveNotificationGroup -> Value # toEncoding :: RemoveNotificationGroup -> Encoding # toJSONList :: [RemoveNotificationGroup] -> Value # | |
Show RemoveNotificationGroup Source # | |
Defined in TD.Query.RemoveNotificationGroup Methods showsPrec :: Int -> RemoveNotificationGroup -> ShowS # show :: RemoveNotificationGroup -> String # showList :: [RemoveNotificationGroup] -> ShowS # | |
Eq RemoveNotificationGroup Source # | |
Defined in TD.Query.RemoveNotificationGroup Methods (==) :: RemoveNotificationGroup -> RemoveNotificationGroup -> Bool # (/=) :: RemoveNotificationGroup -> RemoveNotificationGroup -> Bool # | |
ShortShow RemoveNotificationGroup Source # | |
Defined in TD.Query.RemoveNotificationGroup Methods |