Slack.Web.Groups.replies
You're seeing just the function
replies, go back to Slack.Web.Groups module for more information.
Retrieve a thread of messages posted to a private channel.
Required Params
channel- Private 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.