# PagedModelChannelInviteResourceEmbedded


## Properties

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

## Example

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

const instance: PagedModelChannelInviteResourceEmbedded = {
    invites,
};
```

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