Unified.to · Schema

property_MessagingEvent_message

IntegrationsUnified API

Properties

Name Type Description
attachments object
author_member object
buttons object
channel_id string
channel_ids object
channels object
created_at string
destination_members object
has_children boolean
hidden_members object
id string
is_unread boolean
mentioned_members object
message string
message_html string
message_markdown string
message_thread_identifier string
parent_id string
raw object
reactions object
reference string
root_message_id string
subject string
updated_at string
web_url string
View JSON Schema on GitHub

JSON Schema

unified-to-property-messagingevent-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MessagingEvent_message",
  "title": "property_MessagingEvent_message",
  "properties": {
    "attachments": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_attachments"
    },
    "author_member": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_author_member"
    },
    "buttons": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_buttons"
    },
    "channel_id": {
      "type": "string"
    },
    "channel_ids": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_channel_ids"
    },
    "channels": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_channels"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "destination_members": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_destination_members"
    },
    "has_children": {
      "type": "boolean"
    },
    "hidden_members": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_hidden_members"
    },
    "id": {
      "type": "string"
    },
    "is_unread": {
      "type": "boolean"
    },
    "mentioned_members": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_mentioned_members"
    },
    "message": {
      "type": "string"
    },
    "message_html": {
      "type": "string"
    },
    "message_markdown": {
      "type": "string"
    },
    "message_thread_identifier": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "reactions": {
      "$ref": "#/components/schemas/property_MessagingEvent_message_reactions"
    },
    "reference": {
      "type": "string"
    },
    "root_message_id": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "web_url": {
      "type": "string"
    }
  },
  "type": "object"
}