Interface IButton

interface IButton {
    customId?: string;
    disabled?: boolean;
    emoji?: ReactionType;
    label?: string;
    style: ButtonStyle;
    url?: string;
}

Implemented by

Properties

customId?: string
disabled?: boolean
emoji?: ReactionType
label?: string
url?: string

Generated using TypeDoc