Interface LinkPreviewTypeAnimation

The link is a link to an animation. Subtype of LinkPreviewType.

interface LinkPreviewTypeAnimation {
    @type: "linkPreviewTypeAnimation";
    animation: Animation;
}

Properties

Properties

@type: "linkPreviewTypeAnimation"
animation: Animation

The animation.