Type: object
| Attribute | Type | Description |
|---|---|---|
| id | string | Unique id of the reaction |
| short_code | string | Type of the reaction (e.g., thumbsup, eyes, etc.) |
| unicode | string (Optional) | Unicode representation of the reaction |
| users | User[] | - |
Example
{
"id": "5dbad85a89ea51c1f35bcffe",
"short_code": "thumbsup",
"unicode": "👍",
"users": [
{
"id": "5d9caaecb4a3fa9bc9718686",
"email": "[email protected]",
"username": "zozo",
"emotar": "🍎",
"avatar": "http://placekitten.com/200/300",
"last_seen": 1616739240
}
]
}