slackapi / bolt-js

A framework to build Slack apps using JavaScript
https://slack.dev/bolt-js
MIT License
2.73k stars 390 forks source link

Allow in thread response in `respondFn` #2170

Open baileywickham opened 1 month ago

baileywickham commented 1 month ago

app.action provides a respond function for convenience. The respond function allows you to respond in channel, update the previous message, or respond with an ephemeral message. It would be nice if there was an option to respond in the thread in which the last message was sent to allow for threaded conversation without needing to use the client directly. Let me know if this seems reasonable and I can take a look at implementing it!

WilliamBergamin commented 1 month ago

Hi @baileywickham thanks for this feature request 💯 this does seem reasonable