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