chatkitty
Version:
OpenAPI client for chatkitty
23 lines (15 loc) • 678 B
Markdown
# CreateChannelGenericEventResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | Custom type of this event | [default to undefined]
**properties** | **{ [key: string]: object; }** | Custom data associated with this event | [default to undefined]
## Example
```typescript
import { CreateChannelGenericEventResource } from 'chatkitty';
const instance: CreateChannelGenericEventResource = {
type,
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)