interface SelectMenuComponentimport { type SelectMenuComponent } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-menu-structure Propertiestype: MessageComponentTypes.SelectMenuSelectMenu Component is of type 3 customId: stringA custom identifier for this component. Maximum 100 characters. optionalplaceholder: stringA custom placeholder text if nothing is selected. Maximum 150 characters. optionalminValues: numberThe minimum number of items that must be selected. Default 1. Between 1-25. optionalmaxValues: numberThe maximum number of items that can be selected. Default 1. Between 1-25. options: SelectOption[]The choices! Maximum of 25 items. optionaldisabled: booleanWhether or not this select is disabled