# ThreadMessageCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**entities** | **Array&lt;object&gt;** |  | [default to undefined]

## Example

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

const instance: ThreadMessageCreateInputs = {
    accountId,
    body,
    entities,
};
```

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