Table of Contents

Property Value

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Value

Gets the value of this choice. This will either be a type of Int32 / Int64, Double or String.

[JsonProperty("value")]
public object Value { get; set; }

Property Value

object