Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>Utils.isContextMenuApplicationCommandInteraction

An Object Oriented Discord API wrapper for Deno.
Latest
function Utils.isContextMenuApplicationCommandInteraction
import { Utils } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";
const { isContextMenuApplicationCommandInteraction } = Utils;

A type-guard check for context menu application commands.

Parameters

The interaction to check against

Returns

A boolean that indicates if the interaction is a context menu application command