Class LinkButton
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class LinkButton : ICustomizableButton, IButton, IActionRowComponent, IComponentSectionAccessoryComponent, IComponent, IJsonModel<JsonButtonComponent>
- Inheritance
-
LinkButton
- Implements
- Inherited Members
Constructors
LinkButton(JsonButtonComponent)
public LinkButton(JsonButtonComponent jsonModel)
Parameters
jsonModelJsonButtonComponent
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; }