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; }
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; }