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

Latest commit

 

History

History
22 lines (17 loc) · 981 Bytes

ChannelItem.md

File metadata and controls

22 lines (17 loc) · 981 Bytes

piped_api.model.ChannelItem

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
type String The type of the channel item. Always channel. [optional]
description String The description of the channel. [optional]
name String The name of the channel. [optional]
subscribers int The number of subscribers the channel has. [optional]
thumbnail String The thumbnail of the channel. [optional]
url String The relative URL of the channel. [optional]
verified bool Whether the channel is verified. [optional]
videos int The number of videos the channel has. [optional]

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