-
Notifications
You must be signed in to change notification settings - Fork 0
Video
LakhindarPal edited this page May 12, 2024
·
2 revisions
The Video
model represents a Tidal video and its associated information.
-
id
(number): The ID of the video. -
title
(string): The title of the video. -
type
(string): The type of the video. -
duration
(number): The duration of the video in seconds. -
explicit
(boolean): Indicates if the video contains explicit content. -
releasedAt
(string): The release date of the video. -
artists
(ArtistLite[]): An array of artist objects associated with the video. -
image
(Image): An object containing URLs to images associated with the video.