View Source Slack.Bot behaviour (Slack Elixir v1.1.1)
The Slack Bot.
Summary
Callbacks
Handle the event from Slack. Return value is ignored.
Functions
Send a message to a channel.
Types
Callbacks
Handle the event from Slack. Return value is ignored.
Functions
Send a message to a channel.
The message
can be just the message text, or a map/0
of properties that
are accepted by Slack's chat.postMessage
API endpoint.