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

Safe HaskellNone
LanguageHaskell98

Web.Slack.Message

Synopsis

Documentation

sendMessage :: ChannelId -> Text -> Slack s () Source

Send a message to the specified channel.

If the message is longer than 4000 bytes then the connection will be closed.