Current section
Files
Jump to
Current section
Files
lib/slack/web/docs/channels.leave.json
{
"args": {
"channel": {
"desc": "Channel to leave",
"required": true,
"type": "channel"
}
},
"desc": "Leaves a channel.",
"errors": {
"cant_leave_general": "Authenticated user cannot leave the general channel",
"channel_not_found": "Value passed for `channel` was invalid.",
"is_archived": "Channel has been archived."
}
}