# PagedModelChannelResourceEmbedded


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channels** | [**Array&lt;ChannelResource&gt;**](ChannelResource.md) |  | [optional] [default to undefined]

## Example

```typescript
import { PagedModelChannelResourceEmbedded } from 'chatkitty';

const instance: PagedModelChannelResourceEmbedded = {
    channels,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
