Discord · Schema

GuildPruneResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
pruned integernull
View JSON Schema on GitHub

JSON Schema

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