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

x/harmony/src/types/mod.ts>WebhookPayload

An easy to use Discord API Library for Deno.
Latest
interface WebhookPayload
Re-export
import { type WebhookPayload } from "https://deno.land/x/harmony@v2.9.1/src/types/mod.ts";

Properties

id: string
type: 1 | 2
optional
guild_id: string
channel_id: string
optional
user: UserPayload
optional
name: string
optional
avatar: string
optional
token: string
optional
application_id: string