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

    Interface APIApplicationCommandOptionChoice<ValueType>

    interface APIApplicationCommandOptionChoice<ValueType = number | string> {
        name: string;
        name_localizations?: null | Partial<Record<Locale, null | string>>;
        value: ValueType;
    }

    Type Parameters

    • ValueType = number | string
    Index

    Properties

    name: string
    name_localizations?: null | Partial<Record<Locale, null | string>>
    value: ValueType