chatkitty
Version:
OpenAPI client for chatkitty
21 lines (13 loc) • 524 B
Markdown
# CreateChannelInviteResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | **object** | Reference to a user | [default to undefined]
## Example
```typescript
import { CreateChannelInviteResource } from 'chatkitty';
const instance: CreateChannelInviteResource = {
user,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)