AttachmentsDeleted

data class AttachmentsDeleted(val attachmentUids: List<String>) : PhotoFeedChangeEvent

Attachments were deleted during delta sync.

Parameters

attachmentUids

The UIDs of attachments that were deleted

Constructors

Link copied to clipboard
constructor(attachmentUids: List<String>)

Properties

Link copied to clipboard