attachments property

List<SharedAttachment?>? attachments
getter/setter pair

List of shared attachments (ex. images, videos, pdfs, etc.). Each attachment has an attachment type and a path to the file on the device.

Implementation

List<SharedAttachment?>? attachments;