Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Video

Implements

Index

Constructors

  • new Video(id: string, description: string, createdAt: string, height: number, width: number, duration: number, resolution: string, shareCount: number, likesCount: number, commentCount: number, playCount: number, downloadURL: string, cover?: string, dynamicCover?: string, playURL?: string, format?: string, author?: string): Video
  • Parameters

    • id: string

      the unique id of the video

    • description: string

      the description of the video if available

    • createdAt: string

      the date on which the video was created on tiktok

    • height: number

      height of the video

    • width: number

      width of the video

    • duration: number

      duration of the video

    • resolution: string

      resolution of the video

    • shareCount: number

      Number of times the video was shared

    • likesCount: number

      Number of likes on the video

    • commentCount: number

      Number of comments on the video

    • playCount: number

      Number of times the video has been played

    • downloadURL: string

      a direct download url for the video

    • Optional cover: string

      a direct url to the video cover

    • Optional dynamicCover: string

      a direct url to the dynamic video cover

    • Optional playURL: string

      a direct play url for the video

    • Optional format: string

      the format of the video

    • Optional author: string

    Returns Video

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