class ModalSubmitInteraction
extends Interaction
import { ModalSubmitInteraction } from "https://deno.land/x/harmony@v2.6.0/src/structures/modalSubmitInteraction.ts";
Constructors
new
ModalSubmitInteraction(client: Client,
data: InteractionPayload,
others: { channel?: TextChannel | GuildTextChannel; guild?: Guild; member?: Member; user: User; },
Methods
getComponent<T extends ModalSubmitComponentBase>(customID: string): T | undefined