Hierarchy

  • Track

Constructors

Properties

author: { name: string; url: string }

Type declaration

  • name: string
  • url: string
description: string
duration: { ms: Number; readable: string }

Type declaration

  • ms: Number
  • readable: string
extractors: { custom: string; orignal: string }

Type declaration

  • custom: string
  • orignal: string
id: string | number
isLive: Boolean
playlist: any
ratings: { dislikes: number; likes: number }

Type declaration

  • dislikes: number
  • likes: number
thumbnail: { Id: string | number; url: string }

Type declaration

  • Id: string | number
  • url: string
title: string
unqiueId: string | number
url: string
videoId: string | number
views: string | number

Accessors

  • get requestedSource(): Message<boolean> | CommandInteraction<CacheType> | ButtonInteraction<CacheType> | SelectMenuInteraction<CacheType>
  • Returns Message<boolean> | CommandInteraction<CacheType> | ButtonInteraction<CacheType> | SelectMenuInteraction<CacheType>

Generated using TypeDoc