# ThreadMessageRead


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**threadId** | **string** |  | [default to undefined]
**messageId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**readAt** | **string** |  | [default to undefined]

## Example

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

const instance: ThreadMessageRead = {
    id,
    threadId,
    messageId,
    accountId,
    readAt,
};
```

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