Table of Contents

Property Value

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Value

Gets the value of this option. This may be a string or an integer.

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

Property Value

object