Table of Contents

Class LinkButton

Namespace
NetCord
Assembly
NetCord.dll
public class LinkButton : ICustomizableButton, IButton, 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

bool

Emoji

public EmojiReference? Emoji { get; }

Property Value

EmojiReference

Label

public string? Label { get; }

Property Value

string

Url

public string Url { get; }

Property Value

string