ViewInfo

data class ViewInfo(val channel: Channel) : ChannelAction

Show more info about the channel.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The selected channel.