Unified.to · Schema

MessagingReaction

IntegrationsUnified API

Properties

Name Type Description
member object
reaction string
View JSON Schema on GitHub

JSON Schema

unified-to-messagingreaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessagingReaction",
  "title": "MessagingReaction",
  "properties": {
    "member": {
      "$ref": "#/components/schemas/property_MessagingReaction_member"
    },
    "reaction": {
      "type": "string"
    }
  },
  "required": [
    "reaction",
    "member"
  ],
  "type": "object"
}