Table of Contents

Property Value

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Value

Gets the value of this interaction parameter.

This can be cast to a long, bool, string, double or ulong depending on the Type

[JsonIgnore]
public object? Value { get; }

Property Value

object