Options
All
  • Public
  • Public/Protected
  • All
Menu

TikTok Result Class Template

Hierarchy

  • TikTokResult

Implements

Index

Constructors

  • new TikTokResult(author: IAuthor, video: IVideo, audio: IMusic, shareCount: number, likesCount: number, commentCount: number, playCount: number, tiktok_created_At: string, tiktokLink: string, thumbnail: string): TikTokResult
  • Parameters

    • author: IAuthor

      Represents the IAuthor interface.

    • video: IVideo

      Represents the IAudio interface.

    • audio: IMusic

      Represents the IAudio interface.

    • shareCount: number

      Number of shares for this video.

    • likesCount: number

      Number of Likes for this video.

    • commentCount: number

      Number of comments for this video.

    • playCount: number

      Number of the times this video has been played.

    • tiktok_created_At: string

      When the video was created.

    • tiktokLink: string

      The absolute link of this video.

    • thumbnail: string

      thumbnaill of the video.

    Returns TikTokResult

Properties

audio: IMusic

Represents the IAudio interface.

author: IAuthor

Represents the IAuthor interface.

commentCount: number

Number of comments for this video.

createdAt: string

When the video was created.

likesCount: number

Number of Likes for this video.

playCount: number

Number of the times this video has been played.

shareCount: number

Number of shares for this video.

thumbnail: string

thumbnaill of the video.

tiktokLink: string

The absolute link of this video.

video: IVideo

Represents the IVideo interface.

Generated using TypeDoc