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