Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVideo

Represents the video File

Hierarchy

  • IVideo

Implemented by

Index

Properties

author?: string

Author of the Video

commentCount: number

Number of comments on the video

cover?: string

a direct url to the video cover

createdAt: string

the date on which the video was created on tiktok

description: string

the description of the video if available

downloadURL: string

a direct download url for the video

duration: number

duration of the video

dynamicCover?: string

A direct url to the dynamic video cover

format?: string

the format of the video

height: number

height of the video

id: string

the unique id of the video

likesCount: number

Number of likes on the video

playCount: number

Number of times the video has been played

playURL?: string

a direct play url for the video

resolution: string

resolution of the video

shareCount: number

Number of times the video was shared

width: number

width of the video

Generated using TypeDoc