MuteChannel

data class MuteChannel(val channel: Channel) : ChannelAction

Mutes the channel.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The selected channel.