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