Skip to main content
Latest
class ModalSubmitInteraction
extends Interaction
import { ModalSubmitInteraction } from "https://deno.land/x/harmony@v2.9.1/src/structures/modalSubmitInteraction.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