chatkitty
Version:
OpenAPI client for chatkitty
23 lines (15 loc) • 677 B
Markdown
# GroupChannelProperties
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **string** | Human readable name of this channel shown to users | [default to undefined]
**name** | **string** | The unique name of this channel used to reference the channel | [default to undefined]
## Example
```typescript
import { GroupChannelProperties } from 'chatkitty';
const instance: GroupChannelProperties = {
display_name,
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)