Packages

This is a Slack API client for Elixir applications.

Current section

Files

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

priv/slack/docs/groups.info.json

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