Table of Contents

Struct DiscordHttpInteractionPayload

Namespace
DSharpPlus.Net.InboundWebhooks
Assembly
DSharpPlus.dll

Represents a transport-time wrapper for a pre-deserialized interaction and the raw data it was spawned from.

public readonly record struct DiscordHttpInteractionPayload

Constructors

DiscordHttpInteractionPayload(DiscordHttpInteraction, JObject)

Represents a transport-time wrapper for a pre-deserialized interaction and the raw data it was spawned from.

Properties

Data

The data it was spawned from.

ProtoInteraction

A partly deserialized interaction, as far as is possible to deserialize.