DeleteConversation

data class DeleteConversation(val channel: Channel) : ChannelAction

Shows a dialog to delete the conversation, if we have the permission.

Constructors

Link copied to clipboard
constructor(channel: Channel)

Properties

Link copied to clipboard
open override val channel: Channel

The selected channel.