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

Safe HaskellNone
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