Skip to main content
Module

x/harmony/deploy.ts>TextInputComponent

An easy to use Discord API Library for Deno.
Latest
interface TextInputComponent
import { type TextInputComponent } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Properties

type: MessageComponentType.TEXT_INPUT | "TEXT_INPUT"
label: string
customID: string
style: TextInputStyle | keyof TextInputStyle
optional
placeholder: string
optional
minLength: number
optional
maxLength: number
optional
value: string
optional
required: boolean