Table of Contents

Enum JsonEntityMenuDefaultValueType

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

Fields

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