UNPKG

chatkitty

Version:
30 lines (22 loc) 1.01 kB
# MessageLinkPreviewProperties Embedded link preview data ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **string** | Description of this link preview | [optional] [default to undefined] **image** | [**MessageLinkPreviewImageProperties**](MessageLinkPreviewImageProperties.md) | | [default to undefined] **site_name** | **string** | The name of the site linked | [optional] [default to undefined] **title** | **string** | The title of this link | [default to undefined] **url** | **string** | The URL of the link being previewed | [default to undefined] ## Example ```typescript import { MessageLinkPreviewProperties } from 'chatkitty'; const instance: MessageLinkPreviewProperties = { description, image, site_name, title, 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)