LeaveGroup

data class LeaveGroup(val channel: Channel) : ChannelAction

Shows a dialog to leave the group.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The selected channel.