import 'package:piped_api/api.dart';| 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] |