- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonMenuComponent : JsonComponent
- Inheritance
-
JsonMenuComponent
- Derived
-
- Inherited Members
-
Constructors
public JsonMenuComponent()
Properties
[JsonPropertyName("custom_id")]
public string CustomId { get; set; }
Property Value
- string
[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?
[JsonPropertyName("max_values")]
public int? MaxValues { get; set; }
Property Value
- int?
[JsonPropertyName("min_values")]
public int? MinValues { get; set; }
Property Value
- int?
[JsonPropertyName("placeholder")]
public string? Placeholder { get; set; }
Property Value
- string
[JsonPropertyName("required")]
public bool? Required { get; set; }
Property Value
- bool?