BlakeWilliams / Elixir-Slack

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

Add optional `thread_ts` param to chat.postMessage #230

Closed kyle-owen-opendoor closed 3 years ago

kyle-owen-opendoor commented 3 years ago

https://api.slack.com/methods/chat.postMessage#arg_thread_ts thread_ts is a timestamp which identifies a message thread. If thread_ts is specified in chat.postMessage, the message is posted as a reply to the thread

Based on the the readme, I think that adding this json is all that is necessary to add this to the client, do I have that right?

acconrad commented 3 years ago

Nice work @kyle-owen-opendoor !