unarchiveChannel

fun unarchiveChannel(channelType: String, channelId: String): Call<Member>

Unarchive the channel for the current user.

Return

Executable async Call responsible for un-archiving the channel.

Parameters

channelType

The channel type.

channelId

The channel ID.