BlakeWilliams / Elixir-Slack

Slack real time messaging and web API client in Elixir
MIT License
674 stars 183 forks source link

Add missing blocks optional argument to chat endpoints #226

Closed juanazam closed 4 years ago

juanazam commented 4 years ago

Closes #225

Turns out the blocks optional argument was missing from 2 chat methods

https://api.slack.com/methods/chat.postMessage https://api.slack.com/methods/chat.postEphemeral

juanazam commented 4 years ago

@acconrad tested it works and aupdated README.md and mix.exs to bump versions