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

Hierarchy (view full)

Properties

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