Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>DiscordInteractionDataOption

Discord API library for Node and Deno
Latest
type alias DiscordInteractionDataOption
Re-export
import { type DiscordInteractionDataOption } from "https://deno.land/x/discordeno_patched@18.0.3/mod.ts";
definition: { name: string; type: ApplicationCommandOptionTypes; value?:
| string
| boolean
| number
| DiscordMember
| DiscordChannel
| DiscordRole
; options?: DiscordInteractionDataOption[]; focused?: boolean; }