Packages

This is a Slack API client for Elixir applications.

Current section

Files

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

priv/slack/docs/im.close.json

{
"desc": "Close a direct message channel.",
"args": {
"channel": {
"type" : "im",
"required" : true,
"desc" : "Direct message channel to close."
}
},
"errors": {
"channel_not_found" : "Value passed for `channel` was invalid.",
"user_does_not_own_channel" : "Calling user does not own this DM channel."
}
}