EventBodyObject
https://discord.com/developers/docs/events/webhook-events#event-body-object
Signature
export interface EventBodyObject<T extends WebhookEventTypes = WebhookEventTypes>Properties
type: T;Event type
timestamp: string;Timestamp of when the event occurred in ISO8601 format
data?: EventBodyObjectData<T>;Data for the event. The shape depends on the event type