Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.05 KB

ChannelInfo.md

File metadata and controls

23 lines (18 loc) · 1.05 KB

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]