Class LinkButton
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class LinkButton : ICustomizableButton, IButton, IActionRowComponent, IComponentSectionAccessoryComponent, IComponent, IJsonModel<JsonComponent>
- Inheritance
-
LinkButton
- Implements
- Inherited Members
Constructors
LinkButton(JsonComponent)
public LinkButton(JsonComponent jsonModel)
Parameters
jsonModel
JsonComponent
Properties
Disabled
public bool Disabled { get; }
Property Value
Emoji
public EmojiReference? Emoji { get; }
Property Value
Id
Unique identifier for the component.
public int Id { get; }
Property Value
Label
public string? Label { get; }
Property Value
Url
public string Url { get; }