Current section

Files

Jump to
slack_kit lib slack web docs channels.info.json
Raw

lib/slack/web/docs/channels.info.json

{
"desc": "Gets information about a channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Channel to get info on"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}