Class JsonButtonComponent
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonButtonComponent : JsonComponent
- Inheritance
-
JsonButtonComponent
- Inherited Members
-
Constructors
public JsonButtonComponent()
Properties
[JsonPropertyName("custom_id")]
public string? CustomId { get; set; }
Property Value
- string
[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?
[JsonPropertyName("emoji")]
public JsonEmoji? Emoji { get; set; }
Property Value
- JsonEmoji
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
- string
[JsonPropertyName("sku_id")]
public ulong? SkuId { get; set; }
Property Value
- ulong?
[JsonPropertyName("style")]
public ButtonStyle Style { get; set; }
Property Value
- ButtonStyle
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value
- string