Discord · Schema

ChannelFollowerResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
channel_id object
webhook_id object
View JSON Schema on GitHub

JSON Schema

discord-channelfollowerresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelFollowerResponse",
  "title": "ChannelFollowerResponse",
  "type": "object",
  "properties": {
    "channel_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "webhook_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    }
  },
  "required": [
    "channel_id",
    "webhook_id"
  ]
}