# BaseThreadMessageReaction


## 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]

## Example

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

const instance: BaseThreadMessageReaction = {
    id,
    messageId,
    accountId,
    emojiName,
};
```

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