# ThreadAccount


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**threadId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**lastReadAt** | **string** |  | [default to undefined]
**typingAt** | **string** |  | [default to undefined]
**notifications** | **boolean** |  | [default to undefined]
**blocked** | **boolean** |  | [default to undefined]
**leftAt** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: ThreadAccount = {
    id,
    threadId,
    accountId,
    account,
    lastReadAt,
    typingAt,
    notifications,
    blocked,
    leftAt,
    createdAt,
    updatedAt,
};
```

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