hide

fun hide(clearHistory: Boolean = false): Call<Unit>

Hides the channel.

Return

Executable async Call responsible for hiding a channel.

Parameters

clearHistory

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

See also