Discord · Schema

PrivateChannelRequestPartial

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
name stringnull
icon stringnull
View JSON Schema on GitHub

JSON Schema

discord-privatechannelrequestpartial-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrivateChannelRequestPartial",
  "title": "PrivateChannelRequestPartial",
  "type": "object",
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 0,
      "maxLength": 100
    },
    "icon": {
      "type": [
        "string",
        "null"
      ],
      "contentEncoding": "base64"
    }
  }
}