Skip to main content
Module

x/biscuit/mod.ts>WebhookMessage

A Discord library that is easy to use but reliable on its core 🥠
Latest
type alias WebhookMessage
import { type WebhookMessage } from "https://deno.land/x/biscuit@0.2.4/mod.ts";
definition: Message & { author: Partial<User>; webhook: WebhookAuthor; member: undefined; }