unpinChannel

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

Unpin the channel for the current user.

Return

Executable async Call responsible for unpinning the channel.

Parameters

channelType

The channel type.

channelId

The channel ID.