chatkitty
Version:
OpenAPI client for chatkitty
27 lines (19 loc) • 864 B
Markdown
# CreateChannelResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [default to undefined]
**creator** | **object** | Reference to a user | [optional] [default to undefined]
**members** | **Set<object>** | List of user references of members of this channel | [optional] [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom data associated with this channel | [optional] [default to undefined]
## Example
```typescript
import { CreateChannelResource } from 'chatkitty';
const instance: CreateChannelResource = {
type,
creator,
members,
properties,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)