Interface RawTextButton

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

Hierarchy (view full)

Properties

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