chatkitty
Version:
OpenAPI client for chatkitty
30 lines (22 loc) • 892 B
Markdown
The file data of this message
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of this file. Either external or hosted by ChatKitty | [default to undefined]
**content_type** | **string** | The mime type of this file | [default to undefined]
**name** | **string** | The file name | [default to undefined]
**size** | **number** | The size of this file in bytes | [default to undefined]
**url** | **string** | The file URL | [default to undefined]
```typescript
import { FileProperties } from 'chatkitty';
const instance: FileProperties = {
type,
content_type,
name,
size,
url,
};
```
[[Back to Model list]](../README.md