| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Slack.Types.Message
Documentation
data MessagePayload Source #
Constructors
| MessagePayload | |
Fields
| |
Instances
| Show MessagePayload Source # | |
| ToJSON MessagePayload Source # | |
data PingPayload Source #
Constructors
| PingPayload | |
Fields
| |
Instances
| Show PingPayload Source # | |
| ToJSON PingPayload Source # | |
data Attachment Source #
Constructors
| Attachment | |
Fields
| |
Instances
| ToJSON Attachment Source # | |
Constructors
| Field | |
Fields
| |
data AttachmentColor Source #
Constructors
| DefaultColor | |
| GoodColor | |
| WarningColor | |
| DangerColor | |
| CustomColor Text |
Instances
| Generic AttachmentColor Source # | |
| ToJSON AttachmentColor Source # | |
| type Rep AttachmentColor Source # | |