Skip to main content
Module

x/harmony/deploy.ts>InteractionType

An easy to use Discord API Library for Deno.
Latest
enum InteractionType
Re-export
import { InteractionType } from "https://deno.land/x/harmony@v2.9.0/deploy.ts";

Members

APPLICATION_COMMAND = 2

Slash Command Interaction

AUTOCOMPLETE = 4

Application Command Option Autocomplete Interaction

MESSAGE_COMPONENT = 3

Message Component Interaction

MODAL_SUBMIT = 5

When user submits a Modal

PING = 1

Ping sent by the API (HTTP-only)