Discord · Schema

MessageReferenceType

ChatCommunicationGamingMessagingSocialVideoVoice
View JSON Schema on GitHub

JSON Schema

discord-messagereferencetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageReferenceType",
  "title": "MessageReferenceType",
  "type": "integer",
  "oneOf": [
    {
      "title": "DEFAULT",
      "description": "Reference to a message",
      "const": 0
    }
  ],
  "format": "int32"
}