OBJECT
VideoDownload
Video download information.
link GraphQL Schema definition
1 type VideoDownload { 2 3 # Status of the download process. 4 : VideoDownloadStatus! 5 6 # Generated URL from which to download the video. 7 : String! 8 9 }
OBJECT
Video download information.
1 type VideoDownload { 2 3 # Status of the download process. 4 : VideoDownloadStatus! 5 6 # Generated URL from which to download the video. 7 : String! 8 9 }