Table of Contents

Class DiscordWebhookEventBody

Namespace
DSharpPlus.Net.InboundWebhooks
Assembly
DSharpPlus.dll

Represents the outer data for a DiscordWebhookEvent.

This contains metadata about the actual event.

public class DiscordWebhookEventBody
Inheritance
object
DiscordWebhookEventBody

Properties

Data

The data of the event. The data within depends on the value of Type.

Timestamp

The timestamp at which this event was invoked.

Type

The type of the event.