chatkitty
Version:
OpenAPI client for chatkitty
28 lines (20 loc) • 867 B
Markdown
# EmojiProperties
The emoji these users reacted with
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aliases** | **Set<string>** | 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<string>** | 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)