# BaseThreadMessage


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**threadAccount** | [**ThreadAccount**](ThreadAccount.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**editedAt** | **string** |  | [default to undefined]
**sentAt** | **string** |  | [default to undefined]
**deletedAt** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: BaseThreadMessage = {
    id,
    body,
    threadAccount,
    createdAt,
    editedAt,
    sentAt,
    deletedAt,
};
```

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