Copyright | (c) Justus Adam 2016 |
---|---|
License | BSD3 |
Maintainer | dev@justus.science |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
- data SlackAdapter a
- data RTM
- data SlackUserId
- data SlackChannelId
- class MkSlack a
Documentation
data SlackAdapter a Source #
Adapter for interacting with Slack API's. Polymorphic over the method for retrieving events.
type User (SlackAdapter a) Source # | |
type Channel (SlackAdapter a) Source # | |
Recieve events by opening a websocket to the Real Time Messaging API
data SlackUserId Source #
Identifier for a user (internal and not equal to the username)
data SlackChannelId Source #
Identifier for a channel (internal and not equal to the channel name)