UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

16 lines (15 loc) 360 B
import { User, IWebhook, EvolveClient } from "../.."; export declare class Webhook { client: EvolveClient; id: string; type: number; guildId: string; channelId: string; user: User; name: string; avatar: string; token: string; data: IWebhook; constructor(data: IWebhook, client: EvolveClient); private _handle; }