Slack.Web.Im.replies
You're seeing just the function
replies, go back to Slack.Web.Im module for more information.
Retrieve a thread of messages posted to a direct message conversation.
Required Params
channel- Direct message channel to fetch thread fromthread_ts- Unique identifier of a thread's parent message.
Errors the API can return:
channel_not_found- Value passed forchannelwas invalid.thread_not_found- Value for thread_ts was missing or invalid.