slack v0.1.1 Slack.Plug.FetchSlackData
Fetches the Slack data from conn.params
and converts
it to a Slack
struct stored in conn.private
as
slack_data
.
Missing fields will default to nil
. If no Slack data is
found in conn.params
, :slack_data
will be nil
.
Interactive Messages and Slash Commands are currently supported Slack request types.