linkButton

fun linkButton(    label: String?,     emoji: DiscordEmoji?,     url: String,     disabled: Boolean = false)

A Discord link button component. Opens the specified link in the browser.

Parameters

url

The link this button will open.

label

The Button text

emoji

The Button emoji

disabled

Whether this button is disabled