Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/Interaction.ts>InteractionType

A package to interract with the Discord API coded by myself
Latest
enum InteractionType
import { InteractionType } from "https://deno.land/x/higa@0.1.2/deno/structures/Interaction.ts";

Members

APPLICATION_COMMAND = 2
APPLICATON_COMMAND_AUTOCOMPLETE = 4
MESSAGE_COMPONENT = 3
MODAL_SUBMIT = 5
PING = 1