# FileProperties

The file data of this message

## Properties

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]

## Example

```typescript
import { FileProperties } from 'chatkitty';

const instance: FileProperties = {
    type,
    content_type,
    name,
    size,
    url,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
