chatkitty
Version:
OpenAPI client for chatkitty
22 lines (14 loc) • 587 B
Markdown
# MessageLinkPreviewImageProperties
Image data of this link preview
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source** | **string** | The url source of this image | [default to undefined]
## Example
```typescript
import { MessageLinkPreviewImageProperties } from 'chatkitty';
const instance: MessageLinkPreviewImageProperties = {
source,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)