mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# piped_api.model.ChannelInfo
|
|
|
|
## Load the model package
|
|
```dart
|
|
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>**](StreamItem.md) | | [optional]
|
|
**subscriberCount** | **int** | The number of subscribers the channel has. | [optional]
|
|
**verified** | **bool** | Whether the channel is verified. | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|