EmojiData
| Property | Type | Description | Optional |
|---|---|---|---|
| id | string | Unique identifier for the emoji. | ❌ |
| name | string | Name of the emoji. | ❌ |
| native | string | Native emoji character. | ❌ |
| unified | string | Unified Unicode representation of the emoji. | ❌ |
| keywords | string[] | Keywords associated with the emoji. | ❌ |
| shortcodes | string[] | Shortcode representations for the emoji. | ❌ |
| skin | number | Skin tone variation of the emoji. | ✅ |
| src | string | URL to the emoji image source. | ✅ |
| aliases | string[] | Alternative names for the emoji. | ✅ |
| emoticons | string[] | Text-based emoticons associated with the emoji. | ✅ |