Skip to main content
Module

x/discord_api_types/v9.ts>APIApplicationCommandChannelOption

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIApplicationCommandChannelOption
implements APIApplicationCommandOptionBase<ApplicationCommandOptionType.Channel>
Re-export
import { type APIApplicationCommandChannelOption } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";

Properties

optional
channel_types: Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM>[]