Type alias WebhookData

WebhookData: {
    application_id?: string;
    channel_id: string;
    guild_id?: string;
    id: Snowflake;
    name: string;
    token: string;
} & EditWebhookOptions

Webhook type is always 'Incoming', as such, it is not included in the interface.

See

https://discord.dev/resources/webhook#webhook-object-webhook-types

Generated using TypeDoc