interface InputTextComponentimport { type InputTextComponent } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure Propertiestype: MessageComponentTypes.InputTextInputText Component is of type 4 style: TextStylesThe style of the InputText customId: stringThe customId of the InputText label: stringThe label of the InputText. Maximum 45 characters optionalplaceholder: stringThe placeholder of the InputText optionalminLength: numberThe minimum length of the text the user has to provide optionalmaxLength: numberThe maximum length of the text the user has to provide optionalrequired: booleanWhether or not this input is required. optionalvalue: stringPre-filled value for input text.