piped_dart/doc/StreamItem.md

1.2 KiB

piped_api.model.StreamItem

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
duration int The duration of the video in seconds.
thumbnail String The thumbnail of the video.
title String The title of the video.
uploaded int The date in unix epoch the video was uploaded. [optional]
uploadedDate String The relative date the video was uploaded on. [optional]
uploaderAvatar String The avatar of the channel of the video. [optional]
uploaderName String The name of the channel of the video. [optional]
uploaderUrl String The relative URL of the channel of the video. [optional]
uploaderVerified bool Whether or not the channel has a verified badge. [optional]
url String The relative URL to the video.
views int The number of views the video has. [optional]

[Back to Model list] [Back to API list] [Back to README]