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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Slack bots can use startPrivateConversation() to initiate a conversation in a DM with a user. I'd like to use conversation threads to set up a complex DM conversation with a user. I suggest we add a createPrivateConversation() method analogous to createConversation(). createPrivateConversation() would be Slack only, just like startPrivateConversation()
The text was updated successfully, but these errors were encountered:
Slack bots can use
startPrivateConversation()
to initiate a conversation in a DM with a user. I'd like to use conversation threads to set up a complex DM conversation with a user. I suggest we add acreatePrivateConversation()
method analogous tocreateConversation()
.createPrivateConversation()
would be Slack only, just likestartPrivateConversation()
The text was updated successfully, but these errors were encountered: