Discord.https - v3.0.16
    Preparing search index...

    Interface APISelectMenuOption

    interface APISelectMenuOption {
        default?: boolean;
        description?: string;
        emoji?: APIMessageComponentEmoji;
        label: string;
        value: string;
    }
    Index

    Properties

    default?: boolean

    Whether this option should be already-selected by default

    description?: string

    An additional description of the option (max 100 chars)

    The emoji to display to the left of the option

    label: string

    The user-facing name of the option (max 100 chars)

    value: string

    The dev-defined value of the option (max 100 chars)