archiveChannel

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

Archive the channel for the current user.

Return

Executable async Call responsible for archiving the channel.

Parameters

channelType

The channel type.

channelId

The channel ID.