RemoveChannelPrompt

data class RemoveChannelPrompt(    val type: String,     val display: Item.ContactManagement.PromptDisplay,     val submitButton: Item.ContactManagement.LabeledButton,     val closeButton: Item.ContactManagement.IconButton?,     val cancelButton: Item.ContactManagement.LabeledButton?,     val onSubmit: Item.ContactManagement.ActionableMessage?)

Constructors

Link copied to clipboard
constructor(    type: String,     display: Item.ContactManagement.PromptDisplay,     submitButton: Item.ContactManagement.LabeledButton,     closeButton: Item.ContactManagement.IconButton?,     cancelButton: Item.ContactManagement.LabeledButton?,     onSubmit: Item.ContactManagement.ActionableMessage?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard