# BaseThreadMessageEntity


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**startIndex** | **number** |  | [default to undefined]
**endIndex** | **number** |  | [default to undefined]
**marks** | **Array&lt;string&gt;** |  | [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [optional] [default to undefined]
**href** | **string** |  | [optional] [default to undefined]
**linkPreview** | [**BaseLinkPreview**](BaseLinkPreview.md) |  | [optional] [default to undefined]

## Example

```typescript
import { BaseThreadMessageEntity } from '@connectedxm/admin-sdk';

const instance: BaseThreadMessageEntity = {
    type,
    startIndex,
    endIndex,
    marks,
    accountId,
    account,
    href,
    linkPreview,
};
```

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