Skip to main content
Module

x/discordeno/mod.ts>getChannelWebhooks

Discord API library for Deno
Latest
function getChannelWebhooks
import { getChannelWebhooks } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Gets a list of webhooks for a channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel which to get the webhooks of.

Returns

Promise<Collection<bigint, Webhook>>

A collection of Webhook objects assorted by webhook ID.