slack-api-0.2: Bindings to the Slack RTM API.

Safe HaskellSafe-Inferred
LanguageHaskell98

Web.Slack.Config

Synopsis

Documentation

data SlackConfig Source

Configuration options needed to connect to the Slack API

Constructors

SlackConfig 

Fields

slackApiToken :: String

API Token for Bot

Instances