piped_dart/doc/ChannelInfo.md

24 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-02-06 12:22:59 +00:00
# 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]
2022-02-06 12:22:59 +00:00
**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)