# 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)
