haskbot-core-0.0.1.1: Easily-extensible chatbot for Slack messaging service

Safe HaskellSafe-Inferred

Network.Haskbot.Incoming

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.

Documentation

data Incoming Source

Constructors

Incoming 

Fields

incChan :: !Channel

the channel to send the reply

incText :: !Text

the text of the reply