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.

Constructors

Link copied to clipboard
constructor(messageId: String, attachment: Attachment)

Properties

Link copied to clipboard
Link copied to clipboard