Skip to main content
Module

x/higa/mod.ts>TextInput

A package to interract with the Discord API coded by myself
Go to Latest
interface TextInput
implements Component
import { type TextInput } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

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