Discord · Schema

SettingsEmojiResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
id object
name stringnull
animated booleannull
View JSON Schema on GitHub

JSON Schema

discord-settingsemojiresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SettingsEmojiResponse",
  "title": "SettingsEmojiResponse",
  "type": "object",
  "properties": {
    "id": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/SnowflakeType"
        }
      ]
    },
    "name": {
      "type": [
        "string",
        "null"
      ]
    },
    "animated": {
      "type": [
        "boolean",
        "null"
      ]
    }
  }
}