ts-npm-ytmusic-api/docs/references/interfaces/ThumbnailFull.md

636 B

ThumbnailFull

Properties

Name Data Type Description
url string Link
width number Width of the image
height number Height of the image

TypeScript Source Code

interface ThumbnailFull {
	url: string
	width: number
	height: number
}

Usages

SongDetailed#thumbnails

VideoDetailed#thumbnails

ArtistDetailed#thumbnails

AlbumDetailed#thumbnails

PlaylistFull#thumbnails