Packages

A Slack Web & Real Time Messaging API client.

Retired package: Renamed - 1.0.0-alpha.0

Current section

Files

Jump to
slack_kit lib slack web docs im.open.json
Raw

lib/slack/web/docs/im.open.json

{
"args": {
"user": {
"desc": "User to open a direct message channel with.",
"required": true,
"type": "user"
}
},
"desc": "Opens a direct message channel.",
"errors": {
"user_disabled": "The `user` has been disabled.",
"user_not_found": "Value passed for `user` was invalid.",
"user_not_visible": "The calling user is restricted from seeing the requested user."
}
}