copyHistory property
Identifiers of attachments that were previous copies of this attachment.
If the attachment was previously copied by virtue of its parent post being copied, this enumerates the identifiers of attachments that were its previous copies in ascending chronological order of copy.
Output only.
Implementation
core.List<CopyHistory>? copyHistory;