copyHistory property

List<CopyHistory>? copyHistory
getter/setter pair

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;