Slack.Web.Groups.replies

You're seeing just the function replies, go back to Slack.Web.Groups module for more information.
Link to this function

replies(channel, thread_ts, optional_params \\ %{})

View Source

Retrieve a thread of messages posted to a private channel.

Required Params

  • channel - Private channel to fetch thread from
  • thread_ts - Unique identifier of a thread's parent message.

Errors the API can return:

  • channel_not_found - Value passed for channel was invalid.
  • thread_not_found - Value for thread_ts was missing or invalid.