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
I'm writing a command and I want to client.say something then reply to that in a thread with more details. At the moment, I have no way of getting the data.ts or data.thread_ts that I need to make a threaded message. client.say just returns true/false.
Thanks
The text was updated successfully, but these errors were encountered:
From a quick look, it appears that the information isn't returned by slack-ruby-client. But I'm no expert. Any suggestions for where this info would be? Thanks
I'm writing a command and I want to
client.say
something then reply to that in a thread with more details. At the moment, I have no way of getting thedata.ts
ordata.thread_ts
that I need to make a threaded message.client.say
just returns true/false.Thanks
The text was updated successfully, but these errors were encountered: