Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods groups.replies.json
Raw

priv/docs/methods/groups.replies.json

{
"args": {
"channel": {
"desc": "Private channel to fetch thread from",
"required": true,
"type": "channel"
},
"thread_ts": {
"desc": "Unique identifier of a thread's parent message.",
"required": true
}
},
"desc": "Retrieve a thread of messages posted to a private channel.",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"thread_not_found": "Value for thread_ts was missing or invalid."
}
}