Skip to main content
Module

x/commandis/deps.ts>InteractionApplicationCommandCallbackDataType

Official framework for Corddis lib ( for Deno only )
Latest
interface InteractionApplicationCommandCallbackDataType
Re-export
import { type InteractionApplicationCommandCallbackDataType } from "https://deno.land/x/commandis@v0.6.5/deps.ts";

Properties

optional
tts: boolean
optional
content: string
optional
embeds: EmbedType[]
optional
allowed_mentions: AllowedMentionsType
optional
flags: number
optional
components: any[]