Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs channels.unarchive.json
Raw

priv/slack/docs/channels.unarchive.json

{
"desc": "Unarchives a channel.",
"args": {
"channel": {
"type" : "channel",
"required" : true,
"desc" : "Channel to unarchive"
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"not_archived" : "Channel is not archived."
}
}