OBJECT

VideoDownload

Video download information.

link GraphQL Schema definition

1type VideoDownload {
2
3# Status of the download process.
4status: VideoDownloadStatus!
5
6# Generated URL from which to download the video.
7url: String!
8
9}

link Required by