# EmojiProperties

The emoji these users reacted with

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aliases** | **Set&lt;string&gt;** | List of possible aliases for this emoji | [default to undefined]
**character** | **string** | The unicode character of this emoji | [default to undefined]
**description** | **string** | Description of this emoji | [default to undefined]
**tags** | **Set&lt;string&gt;** | Tags used to describe this emoji | [default to undefined]

## Example

```typescript
import { EmojiProperties } from 'chatkitty';

const instance: EmojiProperties = {
    aliases,
    character,
    description,
    tags,
};
```

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