UnmuteChannel

data class UnmuteChannel(val channel: Channel) : ChannelAction

Unmutes the channel.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The selected channel.