Skip to main content
Module

x/harmony/mod.ts>ModalSubmitInteraction

An easy to use Discord API Library for Deno.
Latest
class ModalSubmitInteraction
extends Interaction
Re-export
import { ModalSubmitInteraction } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Constructors

new
ModalSubmitInteraction(
client: Client,
others: { channel?: TextChannel | GuildTextChannel; guild?: Guild; member?: Member; user: User; },
)

Properties

readonly
customID: string

Methods

getComponent<T extends ModalSubmitComponentBase>(customID: string): T | undefined