mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
897 B
897 B
piped_api.model.ChannelItem
Load the model package
import 'package:piped_api/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
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] |