Discord.https - v3.0.16
    Preparing search index...

    Interface APIWebhookEventBase<Type, Event>

    interface APIWebhookEventBase<Type extends ApplicationWebhookType, Event> {
        application_id: string;
        event: Event;
        type: Type;
        version: 1;
    }

    Type Parameters

    Index

    Properties

    application_id: string

    ID of your app

    event: Event

    Event data payload

    type: Type

    Type of webhook

    version: 1

    Version scheme for the webhook event. Currently always 1