interface TextButton {
    customID: string;
    disabled?: boolean;
    emoji?: NullablePartialEmoji;
    label?: string;
    style: PRIMARY | SECONDARY | SUCCESS | DANGER;
    type: BUTTON;
}

Hierarchy (view full)

Properties

customID: string
disabled?: boolean
label?: string
type: BUTTON