LinkPreviewTypeEmbeddedAnimationPlayer¶
The link is a link to an animation player
LinkPreviewTypeEmbeddedAnimationPlayer(
url: string,
animation: Animation,
thumbnail: Photo,
duration: int32,
width: int32,
height: int32
) → LinkPreviewType
url¶
string
URL of the external animation player
animation¶
The cached animation; may be null if unknown
thumbnail¶
Thumbnail of the animation; may be null if unknown
duration¶
int32
Duration of the animation, in seconds
width¶
int32
Expected width of the embedded player
height¶
int32
Expected height of the embedded player