stoatbot.js
    Preparing search index...

    Interface WebhookUpdateData

    Represents data for a webhook update event.

    interface WebhookUpdateData {
        avatar: WebhookAvatar | undefined;
        name: string;
        remove: string[];
        webhookId: string;
    }
    Index

    Properties

    avatar: WebhookAvatar | undefined

    The updated avatar of the webhook, if any.

    name: string

    The updated name of the webhook.

    remove: string[]

    Fields to remove from the webhook.

    webhookId: string

    The unique identifier of the webhook.