Slacks v0.0.2 Slack View Source
Documentation for Slacks.
Link to this section Summary
Functions
Post a message to slack.
Post an ephemeral message to slack.
Post a message to slack.
Upload a file to slack.
Link to this section Functions
Link to this function
chat_update(token, channel, ts, message, opts \\ []) View Source
Post a message to slack.
Link to this function
post_ephemeral(token, channel, user, message, opts \\ []) View Source
Post an ephemeral message to slack.
Link to this function
post_message(token, channel, message, opts \\ []) View Source
Post a message to slack.
Link to this function
upload_file(token, channel, data, opts \\ []) View Source
Upload a file to slack.