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

    Interface APIWebhookEventEventBase<Type, Data>

    interface APIWebhookEventEventBase<
        Type extends ApplicationWebhookEventType,
        Data,
    > {
        data: Data;
        timestamp: string;
        type: Type;
    }

    Type Parameters

    Index

    Properties

    Properties

    data: Data

    Data for the event. The shape depends on the event type

    timestamp: string

    Timestamp of when the event occurred in ISO8601 format

    type: Type

    Event type