Skip to main content
Module

x/harmony/mod.ts>InteractionChannel#resolve

An easy to use Discord API Library for Deno.
Go to Latest
method InteractionChannel.prototype.resolve
Re-export
import { InteractionChannel } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Resolve to actual Channel object if present in Cache

Type Parameters

optional
T extends Channel = Channel

Returns

Promise<T | undefined>