stoatbot.js
    Preparing search index...

    Interface WebhookDeleteData

    Represents data for a webhook deletion event.

    interface WebhookDeleteData {
        webhookId: string;
    }
    Index

    Properties

    Properties

    webhookId: string

    The unique identifier of the webhook.