Skip to main content

lib/slack/web/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."
	}
}