Slacks v0.0.2 Slack View Source

Documentation for Slacks.

Link to this section Summary

Link to this section Functions

Link to this function

chat_update(token, channel, ts, message, opts \\ []) View Source
chat_update(String.t(), String.t(), String.t(), String.t(), Keyword.t()) ::
  any()

Post a message to slack.

Link to this function

post_ephemeral(token, channel, user, message, opts \\ []) View Source
post_ephemeral(String.t(), String.t(), String.t(), String.t(), Keyword.t()) ::
  any()

Post an ephemeral message to slack.

Link to this function

post_message(token, channel, message, opts \\ []) View Source
post_message(String.t(), String.t(), String.t(), Keyword.t()) :: any()

Post a message to slack.

Link to this function

upload_file(token, channel, data, opts \\ []) View Source
upload_file(String.t(), String.t(), binary(), Keyword.t()) :: any()

Upload a file to slack.