import { type InteractionApplicationCommandCallbackData } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Properties
optional
embeds: Embed[]Embedded rich
content (up to 6000 characters)
optional
allowedMentions: Omit<AllowedMentions, "users" | "roles"> & { roles?: bigint[]; users?: bigint[]; }Allowed 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
optional
choices: ApplicationCommandOptionChoice[]autocomplete choices (max of 25 choices)