piped_dart/doc/ChannelInfo.md

1.1 KiB

piped_api.model.ChannelInfo

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
avatarUrl String The URL of the channel's avatar. [optional]
bannerUrl String The URL of the channel's banner. [optional]
description String The channel's description. [optional]
id String The ID of the channel. [optional]
name String The name of the channel. [optional]
nextpage String The parameter used to get the next page of related videos. [optional]
relatedStreams BuiltList<StreamItem> [optional]
subscriberCount int The number of subscribers the channel has. [optional]
verified bool Whether the channel is verified. [optional]

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