Skip to main content
Module

x/harmony/mod.ts>TextInputComponentPayload

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

Properties

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