Table of Contents

Property Data

Namespace
DSharpPlus.Net.InboundWebhooks
Assembly
DSharpPlus.dll

Data

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

[JsonProperty("data")]
public JObject? Data { get; }

Property Value

JObject