| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HipBot.Notification
Documentation
data NotificationColor Source
data NotificationMessage Source
Constructors
| TextNotification Text | |
| HtmlNotification Text |
data Notification Source
Constructors
| Notification | |
class HasMessage s a | s -> a where Source