Discord · Schema

MentionSpamTriggerMetadataResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
mention_total_limit integer
View JSON Schema on GitHub

JSON Schema

discord-mentionspamtriggermetadataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MentionSpamTriggerMetadataResponse",
  "title": "MentionSpamTriggerMetadataResponse",
  "type": "object",
  "properties": {
    "mention_total_limit": {
      "type": "integer",
      "format": "int32"
    }
  },
  "required": [
    "mention_total_limit"
  ]
}