Skip to main content
Module

x/harmony/deploy.ts>TextInputComponentPayload

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

Properties

type: MessageComponentType.TEXT_INPUT
label: string
custom_id: string
optional
placeholder: string
optional
min_length: number
optional
max_length: number
optional
value: string
optional
required: boolean