LeaveGroup
class LeaveGroup(val channel: Channel, val label: String, val onAction: () -> Unit, val confirmationPopup: ConfirmationPopup? = null) : ChannelAction
Leave the group channel.
Constructors
Link copied to clipboard
constructor(channel: Channel, label: String, onAction: () -> Unit, confirmationPopup: ConfirmationPopup? = null)