chatkitty
Version:
OpenAPI client for chatkitty
23 lines (15 loc) • 674 B
Markdown
# ChannelInviteResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_time** | **string** | The time this invite was created | [default to undefined]
**_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined]
## Example
```typescript
import { ChannelInviteResource } from 'chatkitty';
const instance: ChannelInviteResource = {
created_time,
_links,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)