You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support publishing a messge to a specific thread (slack-go#1309)
Support publishing a messge to a specific thread
https://api.slack.com/interactivity/handling#publishing_in_thread
From slack interactivity documentation:
Publishing responses in thread
If you want to publish a message to a specific thread, you'll need to
include an attribute response_type and set its value to in_channel.
Then, to specify the thread, include a thread_ts.
Also, be sure to set replace_original to false or you'll overwrite the
message you're wanting to respond to!
0 commit comments