Skip to main content
Extremely Popular
Go to Latest
interface DiscordInputTextComponent
import { type DiscordInputTextComponent } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

type: MessageComponentTypes.InputText

InputText Component is of type 3

style: TextStyles

The style of the InputText

custom_id: string

The customId of the InputText

label: string

The label of the InputText

optional
placeholder: string

The placeholder of the InputText

optional
min_length: number

The minimum length of the text the user has to provide

optional
max_length: number

The maximum length of the text the user has to provide

optional
required: boolean

Whether or not this input is required.

optional
value: string

Pre-filled value for input text.