# MessageLinkProperties

Link previews in this message

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**end_position** | **number** | The ending index of this link within the message | [default to undefined]
**preview** | [**MessageLinkPreviewProperties**](MessageLinkPreviewProperties.md) |  | [optional] [default to undefined]
**source** | **string** | The href of the URL this message link represents | [default to undefined]
**start_position** | **number** | The starting index of this link within the message | [default to undefined]

## Example

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

const instance: MessageLinkProperties = {
    end_position,
    preview,
    source,
    start_position,
};
```

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