Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs groups.close.json
Raw

priv/slack/docs/groups.close.json

{
"desc": "Closes a private channel.",
"args": {
"channel": {
"type" : "group",
"required" : true,
"desc" : "Private channel to close."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid."
}
}