chatkitty
Version:
OpenAPI client for chatkitty
23 lines (15 loc) • 788 B
Markdown
# CreateGroupChannelResource
## 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 { CreateGroupChannelResource } from 'chatkitty';
const instance: CreateGroupChannelResource = {
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)