Slack.Web.Im.replies

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

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

View Source

Retrieve a thread of messages posted to a direct message conversation.

Required Params

  • channel - Direct message 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.