Discord · Schema

BlockMessageActionMetadataResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
custom_message stringnull
View JSON Schema on GitHub

JSON Schema

discord-blockmessageactionmetadataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BlockMessageActionMetadataResponse",
  "title": "BlockMessageActionMetadataResponse",
  "type": "object",
  "properties": {
    "custom_message": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}