Discord · Schema

FlagToChannelActionMetadataResponse

ChatCommunicationGamingMessagingSocialVideoVoice

Properties

Name Type Description
channel_id object
View JSON Schema on GitHub

JSON Schema

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