interface DiscordMessageInteractionimport { type DiscordMessageInteraction } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object-message-interaction-structure Propertiesid: stringId of the interaction type: InteractionTypesThe type of interaction name: stringThe name of the ApplicationCommand including the name of the subcommand/subcommand group user: DiscordUserThe user who invoked the interaction optionalmember: Partial<DiscordMember>The member who invoked the interaction in the guild