import { type InteractionApplicationCommandCallbackData } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/permissions/deps.ts";
Properties
optional
embeds: Embed[]Embedded rich
content (up to 6000 characters)
optional
allowedMentions: AllowedMentionsAllowed mentions for the message
optional
file: FileContent | FileContent[]The contents of the file being sent
optional
components: MessageComponentsThe components you would like to have sent in this message
Message flags combined as a bit field (only SUPPRESS_EMBEDS and EPHEMERAL can be set)
optional
choices: ApplicationCommandOptionChoice[]Autocomplete choices (max of 25 choices)