SlackWeb.Mpim.open

You're seeing just the function open, go back to SlackWeb.Mpim module for more information.
Link to this function

open(users, optional_params \\ %{})

View Source

This method opens a multiparty direct message.

Required Params

  • users - Comma separated lists of users. The ordering of the users is preserved whenever a MPIM group is returned.

Errors the API can return:

  • not_enough_users - Needs at least 2 users to open
  • too_many_users - Needs at most 8 users to open
  • users_list_not_supplied - Missing users in request