interface DiscordInputTextComponentimport { type DiscordInputTextComponent } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure Propertiestype: MessageComponentTypes.InputTextInputText Component is of type 3 style: TextStylesThe style of the InputText optionalrequired: booleanwhether this component is required to be filled, default true custom_id: stringThe customId of the InputText label: stringThe label of the InputText (max 45 characters) optionalplaceholder: stringThe placeholder of the InputText optionalmin_length: numberThe minimum length of the text the user has to provide optionalmax_length: numberThe maximum length of the text the user has to provide optionalvalue: stringPre-filled value for input text.