Safe Haskell | None |
---|
Network.Haskbot.Incoming
Contents
Description
This provides a simple representation of the request data for a Slack incoming integration- the means via which Haskbot replies to Slack. Currently only simple text replies are supported, but this will be expanded to support fully-Slack-formatted messages in the future.
The Incoming type
Constructors
Incoming | |
addToSendQueue :: MonadIO m => Incoming -> EnvironT m ()Source
sendFromQueue :: MonadIO m => EnvironT m ()Source