Slack.Web.Channels.unarchive

You're seeing just the function unarchive, go back to Slack.Web.Channels module for more information.
Link to this function

unarchive(channel, optional_params \\ %{})

View Source

Unarchives a channel.

Required Params

  • channel - Channel to unarchive

Errors the API can return:

  • channel_not_found - Value passed for channel was invalid.
  • not_archived - Channel is not archived.