hideChannel

fun hideChannel(channelType: String, channelId: String, clearHistory: Boolean = false): Call<Unit>

Hides the specified channel with side effects.

Return

Executable async Call responsible for hiding a channel.

Parameters

channelType

The type of the channel.

channelId

Id of the channel.

clearHistory

Boolean, if you want to clear the history of this channel or not.

See also