Table of Contents

Enum JsonSelectMenuDefaultValueType

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
[JsonConverter(typeof(SafeStringEnumConverter<JsonSelectMenuDefaultValueType>))]
public enum JsonSelectMenuDefaultValueType

Fields

[JsonPropertyName("channel")] Channel = 2
[JsonPropertyName("role")] Role = 1
[JsonPropertyName("user")] User = 0