Interface LinkPreviewTypeEmbeddedAnimationPlayer

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

interface LinkPreviewTypeEmbeddedAnimationPlayer {
    @type: "linkPreviewTypeEmbeddedAnimationPlayer";
    duration: number;
    height: number;
    thumbnail: Photo;
    url: string;
    width: number;
}

Properties

@type: "linkPreviewTypeEmbeddedAnimationPlayer"
duration: number

Duration of the animation, in seconds.

height: number

Expected height of the embedded player.

thumbnail: Photo

Thumbnail of the animation; may be null if unknown.

url: string

URL of the external animation player.

width: number

Expected width of the embedded player.