RemoveAttachment
data class RemoveAttachment(val messageId: String, val attachment: Attachment) : MessageListViewModel.Event
When the user removes an attachment from a message that was previously sent.
Parameters
messageId
The message from which an attachment will be deleted.
attachment
The attachment to be deleted.