A class representing a video search result.

Hierarchy

  • ISearchResult
    • SearchResultVideo

Constructors

Properties

duration: number
formattedDuration: string
id: string
isLive: boolean
name: string
source: "youtube"
thumbnail: string
type: VIDEO
uploader: {
    name?: string;
    url?: string;
}

Type declaration

  • Optional name?: string
  • Optional url?: string
url: string
views: number