interface URLButton {
    disabled?: boolean;
    emoji?: NullablePartialEmoji;
    id?: number;
    label?: string;
    style: LINK;
    type: BUTTON;
    url: string;
}

Hierarchy (view full)

Properties

disabled?: boolean
id?: number

Autoincremented number if not provided

label?: string
style: LINK
type: BUTTON
url: string