Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/Webhook.ts>Webhook

A package to interract with the Discord API coded by myself
Go to Latest
interface Webhook
import { type Webhook } from "https://deno.land/x/higa@0.1.1/deno/structures/Webhook.ts";

Properties

id: string
optional
guild_id: string
channel_id: string
optional
user: User
optional
name: string
optional
avatar: string
optional
token: string
optional
application_id: string
optional
source_guild: Guild
optional
source_channel: Channel
optional
url: string