# PublicChannelImport

Imports a public channel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The unique name of this channel used to reference the channel. If absent defaults to a random UUID | [optional] [default to undefined]
**display_name** | **string** | Human readable name of this channel shown to users. If absent defaults to the channel name | [optional] [default to undefined]

## Example

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

const instance: PublicChannelImport = {
    name,
    display_name,
};
```

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