lib/slack/web/docs/channels.replies.json
{
"desc": "Retrieve a thread of messages posted to a channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Channel to fetch thread from"
},
"thread_ts": {
"required" : true,
"desc" : "Unique identifier of a thread's parent message."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"thread_not_found": "Value for thread_ts was missing or invalid."
}
}