Reaction

Type: object

AttributeTypeDescription
idstringUnique id of the reaction
short_codestringType of the reaction (e.g., thumbsup, eyes, etc.)
unicodestring (Optional)Unicode representation of the reaction
usersUser[]-

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