# ThreadMessageReaction


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**messageId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**emojiName** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**threadId** | **string** |  | [default to undefined]
**message** | [**BaseThreadMessage**](BaseThreadMessage.md) |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: ThreadMessageReaction = {
    id,
    messageId,
    accountId,
    emojiName,
    organizationId,
    threadId,
    message,
    account,
    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)
