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

Safe HaskellNone

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.

Synopsis

The Incoming type

data Incoming Source

Constructors

Incoming 

Fields

incChan :: !Channel

the channel to send the reply

incText :: !Text

the text of the reply