piped_dart/doc/ChannelItem.md

23 lines
981 B
Markdown
Raw Permalink Normal View History

2022-07-07 17:34:25 +00:00
# piped_api.model.ChannelItem
## Load the model package
```dart
import 'package:piped_api/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-06-09 18:59:12 +00:00
**type** | **String** | The type of the channel item. Always channel. | [optional]
2022-07-07 17:34:25 +00:00
**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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)